STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

simple uart dma transmit for logs ?

Hello everyone,I'm working on stm32f103.I try to use HAL_uart_transmit_DMA, in a circular buffer for simple logs.I created a circular buffer, on which I can write my strings.the issue is... my circular DMA write it as as loop instead as finishing at ...

Hvan .4 by Associate II
  • 709 Views
  • 2 replies
  • 1 kudos

Resolved! SDIO configuration stm32f429

Hello dear engineers,I have gotten stuck in running SDIO on stm32f429igt6.No matter how hard I have tried, I wasn't able to successfully use FATFS with SDIO and stm32f429igt6. My code is attached. the f_mount function with immediate force on mounting...

Resolved! STM32H745I-DISCO eMMC how to configure with FATFS?

Yes, I use Cube.In the documentation I read that eMMC is connected to SDMMC1.SDMMC1 can be configured either as SD or MMC. I get the SD option in FATFS only when SDMMC1 is configured as SD.OK, I found the example to use MMC driver, I configured it.An...

HTD by Senior III
  • 4212 Views
  • 12 replies
  • 2 kudos