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

HAL library error for I2C mode EEPROM

After updating the i2c library to the latest version, I got a write error. After reverting the library to the previous version, the error went away and the location where the error was returned is:stm32f3xx_hal_i2c.c / I2C_IsErrorOccurred()Line 7255I...

JChoi.6 by Associate II
  • 1634 Views
  • 6 replies
  • 0 kudos

I3C issues with DMA, no hdmacr handle

Dear ST Community,I'm trying to integrate I3C with DMA capability in my project (NUCLEO-H563ZI). Currently, I can run SPI/UART with DMA enabled, but I3C does not want to join the club (it works with IT, though).After I configure DMA for I3C in the ST...

DanLumi_0-1750464029325.png DanLumi_1-1750464044907.png DanLumi_2-1750464079003.png DanLumi_3-1750464091982.png
DanLumi by Associate II
  • 416 Views
  • 2 replies
  • 0 kudos

Update MPER register with every HRTIM period

I am also failing in reproducing the DMA example from https://wiki.st.com/stm32mcu/wiki/Getting_started_with_HRTIM#To_go_further_about_DMA_burst. HAL_HRTIM_BurstDMAConfig() is mentioned in the text, but not present in the code example. Did you miss t...

Odiug by Associate II
  • 411 Views
  • 3 replies
  • 0 kudos

Need Disk i/o.c for mmc flash for FATFS

Hi all,I am using the MTFC8GAMALNA-AAT 8GB flash memory via SDMMC1, operating in MMC 4-bit wide bus mode, along with FATFS (M7). I now require the diskio.c file. Kindly provide it, or if you have any related example code, please share that as well. P...

Resolved! FreeRTOS Hard Fault issue

NUCLEO F411RE I'm checking to see if I've got FreeRTOS integrated properly. So I've set up 2 tasks each with their own counter. In debug I was expecting to see the counter for Task1 to count up whilst Task2 never gets updated.When I step through the ...