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

Official STM32 Bootloader

Hi, I need to update the firmware of my MCU from the UART. I mean without physically touching the BOOT pin, but only via serial commands (classic FW update of a product).I'm not an expert, but I tried searching on the internet and I saw that for thes...

FMass.1 by Associate III
  • 36722 Views
  • 5 replies
  • 5 kudos

STM32U5 Interrupt driven SPI transmit.

HAL code for interrupt-driven SPI transmit attempts to fill a transmit queue, which uses up the 10 bytes I am transmitting.  But, a TX interrupt is also triggered which grabs an extra byte past the end of the buffer and decrements the count which wra...

Resolved! STM32U0 using LPUART with Hardware Flow Control

Hi,I would like to use LPUART3 to proceed the UART communication with hardware control flow enable.However, I found that when the Send_UART_DATA  there indeed has TX signal from LA, but CTS/RTS hasn't changed, only when system reset, those two pins j...

CYH_0-1749486512885.png
CYH by Associate II
  • 185 Views
  • 7 replies
  • 1 kudos

NetXDuo : STM32H573I-DK as TFTP Client

Hi,  I've been trying to configure a STM32H573I-DK board as a TFTP client on NetXDuo TCP/IP stack. Just as a test, I've configured a TFTP server that hosts a simple text file. I wish for the client to be able to open the file and save the contents of...

cooler by Associate
  • 132 Views
  • 2 replies
  • 1 kudos