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

STM32L4 FreeRTOS+FatFs+SD f_open() throws FR_DISK_ERR in application startup hook but not in any other tasks

I am using an STM32L475VG on the B-L475E-IOT01A discovery board. I am running into a strange problem where whenever I try to create a file within a task it throws back FR_DISK_ERR every time, but succeeds within the startup hook or within the main() ...

JRade by Associate II
  • 620 Views
  • 1 replies
  • 0 kudos

Error compile under EWARM

STM Support gave me stm32f7xx_discovery_audio.c & .h, but .c will not compile under EWARM, giving over 100 errors. Can someone please tell me how to configure, compile and use stm32f7xx_discovery_audio.c please ?Regards,Martin James Lawrence

MLawr by Associate III
  • 1947 Views
  • 7 replies
  • 0 kudos

HAL_I2C_Slave_Receive_DMA

When I use the I2C DMA receive mode, how could I know the data has been received? I found if I use the delay to check the data, it seems it could work, but actually, we don't know when the data will be coming. so there should have a mechanism to tell...

Haifeng by Associate II
  • 1485 Views
  • 4 replies
  • 0 kudos