Louie De Janeiru

F469 + CubeMx + SD 32G + FatFs 본문

StCubeMx

F469 + CubeMx + SD 32G + FatFs

Louiey 2019. 2. 27. 13:30

While porting FatFs on SD card via CubeMx, spent sometime to make it work due to configuration.


Actual reason was DMA and SDIO NVIC interrupt setting.


1. SDIO should enabled DAM_Rx/Tx

 - SDIO Read/Write generated code is using DMA


2. SDIO should enabled NVIC SDIO global interrupt






'StCubeMx' 카테고리의 다른 글

Basic CLI code for STM32  (0) 2020.11.17
float printf  (0) 2020.11.16
STM32CubeIDE osMessagePut in ISR issue  (1) 2020.10.20
STM32 Timer Equation  (0) 2020.04.09