Skip to main content
Graduate
March 29, 2024
Solved

Flash STM using 1 USB - STM32H755

  • March 29, 2024
  • 2 replies
  • 1042 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

    Graduate II
    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

    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.