Skip to main content
NGajic
Associate III
May 4, 2022
Question

STM32U585 serial programming (Embedded Linux)

  • May 4, 2022
  • 2 replies
  • 1413 views

Hi,

Is there a way to program STM32U585 MCU via USART1 peripheral using Embedded Linux processor? Except BOOT0 pin and RESET pin of U5 MCU what else need to be done to get into Serial Programming mode? 

Thanks in advance,

Nenad

This topic has been closed for replies.

2 replies

KnarfB
Super User
May 4, 2022

The correct RX and TX pins, see AN2606 Application note "STM32 microcontroller system memory boot mode". If you need more flexibility you might look into Open Bootloader https://github.com/STMicroelectronics/stm32-mw-openbl

hth

KnarfB

Tesla DeLorean
Guru
May 4, 2022

The protocol is documented, assume it can be implemented on any platform you can code on.

The STM32 doesn't care what Platform/OS you're using, it's agnostic.

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