Question
Interupt responstime issue stm32f429 vs stm32f767
Posted on December 14, 2016 at 14:36
hello,
I'am use for a project the stm32f429. The interrupt handler must react so soon as possible.The stm32f429 interrupt responstime is 218ns.It's fast but not fast enough. I decided to make a new design with the stm32f767 running at 216 mhz. With the same configuration as the stm32f429 running at 180mhzThis configruation is generated with STM32CubeMX / KEIL vision MDK-ARM V5However the interrupt response time is much longer, it is 376ns !!
Well is the processing of instructions faster.What is the reason that the stm32f767 has a longer response time compared to the stm32f429 ??
#interupt-stm32f767-vs-stm32f429-responstime