STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! SPI3 v SPI1/2 on STM32U585 chips

Hello,I'm porting code that worked on STM32U585CI using SPI1 as full duplex master with GPDMA1 CH4(Rx)/CH5(Tx) to an STM32U585QII using SPI3, again as master with GPDMA1 CH4(Rx)/CH5(Tx). Only 1 SPI is used. I'm using CubeIDE 1.13.2 to autogenerate HA...

EC.3 by Associate III
  • 1157 Views
  • 1 replies
  • 1 kudos

Half Bridge inverter control

Hi team!I am starting a new project involving a CC/CA Half Bridge. I need to choose an MCU to handle the digital control and send voltage and current measurements over communication (UART or SPI). The switching frequency will be 50kHz, voltage and cu...

LucasRosa by Associate III
  • 1275 Views
  • 3 replies
  • 0 kudos

Resolved! HAL_UART_Transmit cost 15ms?

I just find my HAL_UART_Transmit() function cost 15ms. why does it cost so much time?The UART speed is 19200, and I use GPIO set and reset function to check the time cost.Total data length of send buffer is 29 bytes. and I use a 15ms polling loop to ...

RichKnight_0-1718974064446.png RichKnight_1-1718974149729.png