2018-04-23 10:35 AM
Hello,
I am using NUCLEO-F429ZI, I want to set timer 3 to be output compare in the channel 1, so when setting time is arrived. channel 1 will be set to high, this function is working perfectly. however, I also want to trigger some event interrupt when channel 1 has rising edge. I try to set interrupt event, but it doesn't work.
I use the concept from the link below, but it uses general library. but I want to use HAL library.
http://www.micromouseonline.com/2016/02/04/tim3-output-compare-interrupt-on-the-stm32-family/
anybody know how to do it?