Question
Force a timer to interrupt as soon as possible
Hello,
I have a timer TIM2 interrupting every 2ms (that's working).
When I receive SPI data from SPI3_IRQHandler, I want to launch the interrupt of this timer TIM2_IRQHandler as soon as possible (eg in the next 10us).
Then, the timer will continue to interrupt every 2ms by itself.
How is it possible?
(i'm working on a STM32H743)
Thanks a lot, have a nice day!
Jean
