2023-09-20 01:52 AM
Dears,
I'm using STM32MP157C-DK2 board in production mode.
Now I'm debugging the firmware in M4 core. However, when I insert a breakpoint at DMA interrupt handler and wait for a while, it will crash the whole system (A7+M4) and lead to the reset.
I also tried the example SPI_FullDuplex_ComDMA_Master. It still has the same issue.
Do you have any resolution?
Thanks for your help in advance.
Solved! Go to Solution.
2023-11-06 06:09 AM
Hi @fantasylsdo ,
Maybe a watchdog not set to be stopped in debug state ?
Maybe look at DBG section of RM0436 Reference Manual.
Regards.
2023-11-06 06:09 AM
Hi @fantasylsdo ,
Maybe a watchdog not set to be stopped in debug state ?
Maybe look at DBG section of RM0436 Reference Manual.
Regards.