STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SD card taking time to store data

Hi everyone,I'm using stm32F407VG discovery board and STM32Cube_FW_F4_V1.24.2 fimware for my project. I've included freertos and FATFS in my project. I've created 3 tasks, higher priority task(running at 100Hz) which job is to do some calculation and...

Rsrma.1 by Associate III
  • 2429 Views
  • 8 replies
  • 0 kudos

STM32F746 Discovery's MEMS Microphone

Hi,I could work perfectly with UART, SD Card, and button interrupt of this discovery kit. Now, I would appreciate, if you help me to start up the microphone of the stm32F746 Discovery board. The goal is to read the data from the microphone and watch ...

spark by Associate II
  • 997 Views
  • 1 replies
  • 0 kudos

Resolved! Race condition with f_mount()?

I'm using FatFs without RTOS, and quite often the f_mount() call will fail. Right now it always fails, but in a previous version of my code it failed only 20%. My current mount code (using HAL) looks like if (f_mount(&fatfs, "", 1)) led_on_abo...

Resolved! How can I update the software on STM32F7 ?

Hi,I want to update the software of the STM32F746BGT via a USB stick or Ethernet connexion.Firstly, how can I use the USB stick to update the software inside the MCU ?How can I use the Internet connexion (via UART : Lantronix XPORT) to update the sof...

MMerc.1 by Senior
  • 2218 Views
  • 11 replies
  • 0 kudos