Skip to main content
Associate
March 29, 2024
Solved

Flash STM using 1 USB - STM32H755

  • March 29, 2024
  • 2 replies
  • 1072 views

Hi there, 

I am working on a project using the STM32H755 zi that has 1 USBC port, can we use the same port for uploading the code, UART Communication and powering the device instead of using ST-LINK? Or is there any way to use ST-LINK for communication? 

Thanks for any help. 

This topic has been closed for replies.
Best answer by Tesla DeLorean

You could use the ST-LINK VCP to communicate with loader code on the H755, and upload firmware via a terminal supporting X/Y-MODEM. Perhaps look for some of the STM32 IAP examples.

Not sure it's connected to the UART supported by the System Loader, see AN2606 / AN3155

Otherwise you might try the other USB connection

2 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
March 29, 2024

You could use the ST-LINK VCP to communicate with loader code on the H755, and upload firmware via a terminal supporting X/Y-MODEM. Perhaps look for some of the STM32 IAP examples.

Not sure it's connected to the UART supported by the System Loader, see AN2606 / AN3155

Otherwise you might try the other USB connection

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
ST Technical Moderator
March 29, 2024

Hello @isaacjack 

If you need a Flash disk to upgrade your device, you can refer to AN3354 as an example.

To give better visibility on the answered topics, please click on "Best answer" on the reply which solved your issue or answered your question.Best regards,FBL