stm32l4r9aii6 interrupt issue
I am using a custom board which is using stm32l4r9aii6 as the main microcontroller . The full name of the microcontroller is following :- stm32l4r9aii678a3n . The firmware for this board was developed on stm32l4r9 discovery board which uses the following controller :- stm32l4r9aii6u78a5u . The problem i am facing in my dev board are following:
1. The first issue is if i enable any of the interrupts my code breaks and the lr and pc value goes to an undefined location outside of flash memory after the code runs for a few seconds .
2. No hard fault handlers get triggered when this happens
Please let me know if any of you have faced similar issues or if you need any more data to know what might be happening
