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

Filex writing performance

Hello everyone, I am using a custom board with STM32H750 and I am trying to develop a file system with FILEX. The file system' s media is a uSD card with 10 MB/s baudrate which is communicating with the micro thanks to the SDMMC peripheral. The SDMMC...

FCola.1 by Associate III
  • 1662 Views
  • 4 replies
  • 4 kudos

Resolved! USB CDC and USART recommended practice

When using USB CDC to communicate via USART, and interacting with USART data, in code is it recommended to interact with it at the USB side, or to interact with it at the USART side?From what I can tell, both offer both polling and interrupt methods....

STM32H503RB I3C private communication(read)

Hello everyone, I'm having some trouble implementing I3C communication and would like to ask for some help.   I am using the NUCLEO-H503RB board as my main controller. For the target devices, I have the NUCLEO-IKS01A3 expansion board and the TSC1641 ...

roro_0-1769757273958.png roro_1-1769757273943.png
roro by Associate
  • 153 Views
  • 0 replies
  • 0 kudos

Resolved! Program STM32L471 with HAL_FLASH_Program failed

I am migrating from STM32L431 to STM32L471. After migration, the function relating to internal flash writing does not work any more. The problem is when I programmed internal flash with HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, address, data), ...

Huiqi by Associate II
  • 489 Views
  • 9 replies
  • 3 kudos