LanQiao Baseboard Development's log03
发表于|更新于|嵌入式开发
|浏览量:
文章作者: LuvRene
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 LuvRene's Blog!
相关推荐
2024-11-21
LanQiao Baseboard Development's log03
LanQiao Baseboard development’s log 03PWM Input Capture Mode for Frequency and Duty CalculationWhat is PWM Input Capture ModePWM input capture mode, is a special mode of TIM, which is especially useful in frequency measure. But you can’t use it occasionally because it needs a PWM input. Its original theory is below. How Can We Configure the Input Capture ModeYou should start the TIM input capture and rewrite the callback function. The original theory is when Timer detect the rising edge of...
2024-11-18
LanQiao Baseboard Development's log01
LanQiao Baseboard development’s log 01LED、LCD and Key quick startLED - LED Display and FloatingThe Pins to LED is show as followed.Pins Due to The pin from PC8 to PC15 is used by both LED and LCD so there is D1 between pins and LEDs so that when PD2 is set to High, the value of pins can be also set to LED. Instead, if the PD2 is set to low, the value of pins only affect the LCD’s value.So now we define the display function so that we can easily write the value of LED. 123456789#define...
2024-11-20
LanQiao Baseboard Development's log02
LanQiao Baseboard development’s log 02PWM Output with Changeable DutyPWM Generate and OutputPWM, simply regarded as square signal, is important in many aspects like motor driven or any thing that can change effect by the level of voltage. So how can we generate a PWM signal? We can easily generate a PWM signal through our STM32’s TIM modules. The basic configure that you need to change is: First, Activate the TIM and choose a channel as PWM output channel. Attention! You need to choose CHx...
2024-11-25
STM32H723-ADC
STM32H723ZGT6 Development log01 - ADCWhat is ADCThe ADC, analog to digital conversion, is a tool to sample the analog values of voltage and transform to digital data. The range of digital data depends on the accuracy of ADC which can be 12bits, 14bits or even 16bits. The choices above are all provided in STM32H723ZGT6 and I personally recommend to use 14bits which mean $ 0-2^{14} $. Above all, ADC is a tool that can sample the analog values and transform to digital stored in STM32 so that we...
公告
This is LuvRene's Blog. There isn't many blog yet but will append many blog in future. Please wait!