Hi. I'm very new to STM32 so please pardon me if it sound dumb...
I want to toggle multiple pins with different delays using only one interrupt timer (like TIM10)
somthing like this:
LED 1 (PB0) : Toggle every 1 s
LED 2 (PB7) : Toggle every 500 ms
LED 3 (PB14) : Toggle every 200 ms
CLK Freq. is 16 MHz
STM32F746ZGTx
I suspect using switch in the Callback function but I'm not really sure...
I want to toggle multiple pins with different delays using only one interrupt timer (like TIM10)
somthing like this:
LED 1 (PB0) : Toggle every 1 s
LED 2 (PB7) : Toggle every 500 ms
LED 3 (PB14) : Toggle every 200 ms
CLK Freq. is 16 MHz
STM32F746ZGTx
I suspect using switch in the Callback function but I'm not really sure...

