Hi,
I’ve enabled OTA firmware updates in our project using MCUboot. Before enabling OTA, everything worked correctly—our firmware received interrupts on pin P1.00 from one of our TI sensors with no issues.
However, after enabling OTA (MCUboot), the interrupt on P1.00 no longer triggers. It seems the bootloader is reconfiguring or overriding this pin before jumping to the application.
Could you please help me understand why this is happening and how to prevent MCUboot from altering this pin so the interrupt works again?
Thanks,
Alireza

