2024-06-28 07:47 AM
Hi,
While configuring STM32F446RE on CubeIDE for writing and reading on SD Card using SDIO mode (1 bit mode), when I'm generating code I get this error message :
- Main Config: These peripherals still have some not configured or wrong parameter values: [FATFS, Verify the Platform Settings Tab , Clock]
I cannot find a way to resolve this error. I click on generate the code anyway.
Kindly help
Solved! Go to Solution.
2024-06-28 08:03 AM
Hi,
for Platform Settings Tab ,
see:
and give it, what it wants (a pin, input ) to see sd-card in or not (sd-card holders usually have a switch ).
"clock" - i never seen, maybe you have bad clock setting for sd-card module.
I use 100M , and div1 (/2) , so card gets 50M, typical max. clock for sd .
And set all pins to card to medium speed, with pullups on. Then it will work. :)
2024-06-28 08:03 AM
Hi,
for Platform Settings Tab ,
see:
and give it, what it wants (a pin, input ) to see sd-card in or not (sd-card holders usually have a switch ).
"clock" - i never seen, maybe you have bad clock setting for sd-card module.
I use 100M , and div1 (/2) , so card gets 50M, typical max. clock for sd .
And set all pins to card to medium speed, with pullups on. Then it will work. :)