STM32G491RE MCU getting struck
Hi,
I am working on stm32g491re custom board.
I am using STM32cubeide and segger jlink debugger with serial wire debug.
After flashing the firmware program getting struct at intialization
like HAL_GPIO_INIT()
and HAL_TIMER_init()
if I try to suspend the running/restart the controller through IDE i am getting issue like below
No source available for "(gdb[18].proc[42000].threadGroup[i1],gdb[18].proc[42000].OSthread[1]).thread[1].frame[0]"
and
Break at address "0x1fff469a" with no debug information available, or outside of program code.
Break at address "0x1fff408e" with no debug information available, or outside of program code
In GPIO i am using one exti gpio if i comment it's executing remaining program.
Same happens with timer interrupt also.
Is there thing missing for interrupts and its not happening every time 8 out of 10 times its happening. Any one can suggest
Thanks
