STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Build a .hex file which including the Bootloader

I am working on an application based on STM32F103 chips.After build the application, I do full chip erase using ST-LINK Utility and then flash the chip using new .hex file.I know that STM32 starts executing the code at the address of 0x8000000. Howev...

Jayce Cao by Associate II
  • 4523 Views
  • 10 replies
  • 1 kudos

Resolved! How to recover when there happens uart error

Hello.I'm using STM32L476RGT and I have a question regarding uart error recovery.MCU is talk to slave MCU via UART, actually rs485.Now main MUC is talking to 3 slave MCUs via UART and it's working well but randomly, there happening uart error.Error c...

louiey by Associate II
  • 2360 Views
  • 2 replies
  • 1 kudos

How can I use USART on STM32F446RE Nucleo board to upgrade its firmware using USART bootloader through Linux?

How can I upgrade the firmware of STM32F446RE Nucleo board using USART bootloader from Linux? I have successfully upgraded firmware using USB-DFU using dfu-util library that is present for Linux but I want to do the same through USART. How can I do t...

SSoni by Associate III
  • 712 Views
  • 1 replies
  • 0 kudos

Resolved! Question for ST, MCD Application Team

What the __STM32F?xx_HAL_VERSION constant, defined in stm32f?xx_hal.c (where ? is STM32 cpu series) is for ?I would like to use this constant to check at compile time and display at run time what is the HAL library used in the firmware...But with my ...