2024-06-24 08:03 AM
Hello. I am desperately trying to connect a St Link (V2 and V3) to a news card. The chip is an STM32MP135. This component is equipped with lines allowing connection via the SWD protocol. However, the STM is not recognised. How can I hope to contact the chip via SWD?
Thank you very much!
2024-06-25 01:28 AM
Hello @VANDERELST ,
Please find the steps to begin to play with the card on the ST wiki : https://wiki.st.com/stm32mpu/wiki/STM32MP13_Discovery_kits_-_Starter_Package
Kind regards,
Erwan.
2024-07-02 01:32 AM
2024-07-06 01:29 PM
Hello @VANDERELST ,
The thing is that I do not have the context of what you are trying on your side. JTAG/SWD is supported on Linux based project for debug, as well as for Bare metal projects. Please refer to reference manual to get more information : https://www.st.com/resource/en/reference_manual/DM00670465-.pdf (page 3493).
Kind regards,
Erwan.
2024-07-07 11:37 PM
Hi ,
in other words, SWD/JTAG on STM32MPx (MPUs products) is only available for debug (i.e using CubeIDE).
It is normal to fail if you are trying to use CubeProgrammer to flash the target like for MCUs products.
CubeProgrammer can only be used with USB or UART in order to program the external flash or internal OTPs.
Regards.