Question
timer interrupt
Posted on January 01, 2017 at 16:39
hi
I have a stm32f4 discovery board and i use stm32 cube.
I want to create a 400ns interrupt but it doesn't less than 2.5us.
my initialization are:
TimHandle.
Init
.Period
=1
;TimHandle.
Init
.Prescaler
= 0;TimHandle.
Init
.ClockDivision
=0
;can you help me?
thank you
