STM32F429ZITx resets whenever PE1 pin pulled to GND by a npn type sensor.
This is very weird problem as I have never experienced this kind of problem before.
The board is hooked up to several NPN type limit sensor and connected PE0, PE1 etc.
Every pins are defined as EXTI with Rising/Falling edge trigger and has been working good until I figured out that PE1 pulled by the limit sensor causes resetting the MCU.
I tried to add breakpoint at the beginning of IQR handler but it resets even before triggering an ISR.
Anyone knows about this issue?
I am using up to date cubeMX 6.8.0.
