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

Enter UART bootloader at STM32H743XIH6 (Rev. X) fails

Hello,has anyone succeed with this task?I run the UART also as CLI interface on PA9 and PA10. Documentations says, there is the UART bootloader on this pins. If I rise the boot0 pin at power up my application doesn't start. So I try use STM32CubeProg...

SF??r by Associate III
  • 1153 Views
  • 5 replies
  • 0 kudos

I2C stuck after some time

I'm working with STM32L0 and use the I2C to read some registers of a bms by TEXAS.I perform some I2C reading once every seconds using HAL_I2C_Master_Transmitand HAL_I2C_Master_Receive and everything work well maybe for hours. Then unexpectedly somet...

Mvill.17 by Associate III
  • 5454 Views
  • 4 replies
  • 0 kudos

STM32h745 sdmmc f_mount returns FR_NOT_READY

Hi everyone,I know this question has many topics related on the forum but I can't find the solution to my problem. I'm working with a NUCLEO-H745ZI-Q:I am using sdmmc in 1bit mode for now (the module I have only supports 1bit mode):I installed 10k pu...

USB virtual COM port issue

I have an issue with the ST USB Virtual com port, on an STM32L152RC.When I plug the device into my PC, the COM port appears as it should, and the Windows Device Manager indicates it is working properly.I have a C# program on the PC which selects and ...