STM32U585 serial programming (Embedded Linux)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-04 8:02 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-04 1:34 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-04 1:40 PM
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.
Up vote any posts that you find helpful, it shows what's working..
