User Activity

Dear ST Hello,I am implementing an infinite state machine on stm32F409 board and I have an issue.I Have a periodic pwm of 60us triggered. I Want to move all the code to the main while loop from the Interrupt service routine.My objective is to run ea...
Dear ST Hello,I have a big problem with floating point calculations,I am trying to implement the IIR filter to filter a current but the result is Zero.Sometimes the watch expression window shows me 0 but the input filter is not zero. /* Get the HImax...