How to debug STM32MP1(Cortex-M4) firmware on user board?
I have the STM32MP157C-DK2, and I plan to make a user board.
Before creating a user board, I have a question.
1. I want to know how to debug Cortex-M4 firmware on the user board. GDB debug is used in No. 7 in the link below.
In STM32CubeIDE, STM32MP157C-DK2 can debug the firmware through ST-LINK MCU (OpenOCD), but there is no ST-LINK MCU on the user board, so I am curious about how to debug in STM32CubeIDE. Is debugging by connecting Segger J-link or ST-LINK (V2/V3) to the user board? I want to know if it is possible and how to do it if possible.
