cancel
Showing results for 
Search instead for 
Did you mean: 

Which cores are the STLINK-V3EC can support, does support cortex A35/A7 core?

Da_Vinci
Associate II

Recently,I test STM32MP2 with STM32MP257F-EV1 board.
I want to debug A35 core with STLINKV3 that on the STM32MP257F-EV1 board,does it support ?
And which cores are the STLINK-V3EC can support,except cortex M.

2 REPLIES 2
PatrickF
ST Employee

Hi,

you should being able to debug any cores with either embedded STLINK-V3 of the STM32MP257F-EV1, or using external STLINK-V3SET or 3rd party debug probes (e.g. Lauterbach Trace32, ULINK, etc...).

See https://wiki.st.com/stm32mpu/wiki/STM32_MPU_Platform_trace_and_debug_environment_overview

 

For Linux debug
https://wiki.st.com/stm32mpu/wiki/GDB

https://wiki.st.com/stm32mpu/wiki/Debugging_the_Linux_kernel_using_the_GDB

https://wiki.st.com/stm32mpu/wiki/How_to_develop_an_OpenSTLinux_user_space_application_with_STM32CubeIDE

 

Cortex-M33 debug 

https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP2_boards/STM32MP257x-EV1/Develop_on_Arm%C2%AE_Cortex%C2%AE-M33/Modify,_rebuild_and_reload_the_firmware

 

Regards.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
Tip of the day: Try Sidekick STM32 AI agent, see here
Da_Vinci
Associate II

Hi,Patrick,

I know that STLINKV3EC on the STM32MP257F-EV1 board can debug the M33 core, now I want to debug the cortex A35 core by it, but when I choose the A35 core in CubeIDE, it reminds me that this probe does not support.

the second question,  after choose the M33 core in CubeIDE debug configuration window, the STLINKV3 could be find in this window, and get the SN of STLINKV3, but when back to main window, after click debug button, the IDE pop-up a window say that can not detect the STLINK.

Using the 3rd party debug probes, the M33 and A35 core all can be debugged normally by SWD.