Posted on May 17, 2011 at 12:44Does STM32F10 controller support floating point arithmetic? Is is possible to display the floating point number in the LCD? Thanks AR
Posted on May 17, 2011 at 12:43Thanks for your interest lanchon. The need is TIM2_CH1 running a PWM of 1KHz, 50% duty cycle for all ADC value < C00 and if ADC > C00, timer pulse reset to 0 at the time of WDG interrupt and the timer should restart if...
Posted on May 17, 2011 at 12:43Hello everybody I am trying to restart a timer from the ISR routine. here is the description. I have timer2 configured with PWM of 50% duty cycle (TIM2_CH1). I also have the ADC triggering a watchdog interrupt if the c...
Posted on May 17, 2011 at 12:42Thanks.. Thats a good idea.. I am a newbie to this controller. I checked the interrupt (using CRO) from the ADC and the output toggled as coded. How do i restart the timer from here (in the ADC interrupt routine)? Than...
Posted on May 17, 2011 at 12:42Hello everyone I have a small doubt in implementing the TIM1 control using the ADC. I have modified the peripheral transfer example (ADC-DMA-TIM1) to my need. Here is my question. I should have a timer running 50% duty...