Executing the main while loop every 60us
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...