2017-11-20 06:40 PM
I use stm32cubemx version 4.23. When I use SDIO 4bit and FATFS middleware, I see USE DMA Template option. If I choose 'disable', my code will run correctly. But If I I choose 'enable', I can't read and write data from uSDcard. I have some question :
1. What does this option mean?
2. What can I config (in stm32cube) to use this option?
Solved! Go to Solution.
2018-02-22 12:21 AM
Hi
quoc.anh
,On CubeMX 4.24, we change the parameter Description as below (we tend to be clearer...) :
If you select ''enabled'', you should configure the DMA or else it won't work.
A thread (
https://community.st.com/0D50X00009XkWt5SAF
) could guide you in configuring DMA setttings in SDIO.I hope it will help you.
BR. Jeanne
2017-11-21 02:40 AM
Hi
quoc.anh
,I raise your questions to our CubeMX experts, so that you can get the expectedanswer.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2017-11-21 11:30 PM
Thanks you! I wait for the reply
2018-02-22 12:21 AM
Hi
quoc.anh
,On CubeMX 4.24, we change the parameter Description as below (we tend to be clearer...) :
If you select ''enabled'', you should configure the DMA or else it won't work.
A thread (
https://community.st.com/0D50X00009XkWt5SAF
) could guide you in configuring DMA setttings in SDIO.I hope it will help you.
BR. Jeanne