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

STM32-Creating a File System on SD card using FatFs Library, SDMMC host Interface and NUCLEO-L476RG.

Hello all,   I am new to embedded programming and I am practicing embedded program and trying out new things. Recently I was trying to create a new text file on my SD card by referring this video posted by ST :- https://www.youtube.com/watch?v=I9KDN1...

Sahilsb7 by Associate II
  • 1384 Views
  • 0 replies
  • 0 kudos

RTC smooth calibration on STMF446

Hi.I am trying to implement RTC smooth calibration on STM32F446 MCU based board.  Did look at the example "Real Time Clock (RTC) software expansion for STM32Cube (AN4759)" where smooth calibration is implemented using two timers. The first one counts...

STM32F765 Dual Boot issue. FW reboots when I enable dual boot, but issue goes away with dual boot disabled.

Been trying to debug this issue and so far I haven't come up with an idea on why the system reboots due to a SW reset. (It acts like I have a watchdog enabled since it will reboot on any HAL_Delay loop) (Reset reason is 0x1400 0000)Been wondering if ...

RMedi.4 by Associate
  • 677 Views
  • 1 replies
  • 0 kudos

I2C Channel Noise

Hello, I'm trying to use 12 vl53l1x(ToF) sensors with the stmf407vgt6 custom card. In addition, this board has a 5A 2 channel motor driver. I think the i2c data is getting noise during the motor start cycle. I tried to reduce the noise with filters (...

hsynklc by Associate II
  • 1250 Views
  • 3 replies
  • 0 kudos

SDIO multi block write fails sometimes

Hi.I have few questions regarding SDIO and SD card write performance.I am using STM32F446 MCU and a simple application using polling SDIO that writes (appends) 32 blocks (16KB) of data to the SD card every 20ms. I do not use filesystem, just writing ...