2017-08-11 05:55 AM
I don't see the EOC interrupt stepping into action when using only START_IT().
Using MXCube, attached is my user code.
Haven't modified any header files. only the weak callback functions which are in my code.
2017-08-11 05:58 AM
TIM1 doesn't have to be initialised for the code with START after START_IT to work.
I was trying to init TIM1 but no effect.