2021-06-22 05:14 AM
Hi,
I'm trying to create a debug configuration in STM32CubeIDE to debug Linux Kernel but I can't find any related article about the issue.
I want to use gdb with ST-LINK (OpenOCD) as JTAG device to debug the Kernel that I have already compiled.
Any suggestion?
Solved! Go to Solution.
2021-06-30 04:28 AM
Hi @LRava.1 ,
This is not yet integrated/supported in STM32CubeIDE.
Only build of the kernel can be done.
Refer to current article regarding STM32CubeIDE
https://wiki.st.com/stm32mpu/wiki/Category:STM32CubeIDE
For debug you can use :
https://wiki.st.com/stm32mpu/wiki/Debugging_the_Linux_kernel_using_the_GDB
Hope it help
Olivier
2021-06-30 04:28 AM
Hi @LRava.1 ,
This is not yet integrated/supported in STM32CubeIDE.
Only build of the kernel can be done.
Refer to current article regarding STM32CubeIDE
https://wiki.st.com/stm32mpu/wiki/Category:STM32CubeIDE
For debug you can use :
https://wiki.st.com/stm32mpu/wiki/Debugging_the_Linux_kernel_using_the_GDB
Hope it help
Olivier