STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L496RGT SDMMC DMA FATFS

Hi, in CubeMX 6.1.1 with FW package 1.16.0. If I choice in SDMMC with DMA template enable and shared DMA channel CubeMX doesn't generate proper code. In BSP_SD_ReadBlocks_DMA and in BSP_SD_WriteBlocks_DMA miss setting for change DMA direction. Soluti...

lorant124 by Associate III
  • 223 Views
  • 0 replies
  • 0 kudos

Resolved! fatfs f_read() and f_gets() return incorrect data

When reading from an SD card using SPI and FAT32 using either f_read() or f_gets() the data returned does not match the actual file contents.I am using an STM32F103C8.fresult = f_open(&fil, "0:test.txt", FA_OPEN_EXISTING | FA_READ | FA_WRITE);   unsi...

0693W000006I5D0QAK.png
3nt3 by Associate
  • 1974 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F103 Custom HID; I'm stuck

Hi all,I'm Pierre, I am new to this community!I have found many great tips for some of my problems, but I moved into custom HID and I'm stuck.So here's what I am trying to do. I have two slave cards sending I2C data to the master. This is working gre...

Ple b.11 by Associate
  • 397 Views
  • 1 replies
  • 0 kudos