Associate III
July 17, 2020
Question
exti1 interrupt works not fine....
- July 17, 2020
- 8 replies
- 2921 views
Hi
I am developing a product using stm32f429.
case 1>
- use cmsis_rtos2
- Interrupt is generated every 20ms using exti1(PA1).
- In exti1 callback function, execute gpio is set > delay 1ms > reset.
case 2 >
- case1 + fmc initialize code
case 1 works fine.
However, if you put the fmc initialization code(case 2)
the Interrupts occur irregularly.
Can the behavior of fmc and exti affect each other?
Or is there another way to get exti1 to work properly?
--------------------------------------------------------------------------------------------