cancel
Showing results for 
Search instead for 
Did you mean: 

I am getting this error message:   - Main Config: These peripherals still have some not configured or wrong parameter values:[FATFS,Verify...

meco54
Associate

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

1 ACCEPTED SOLUTION

Accepted Solutions
AScha.3
Chief II

Hi,

for Platform Settings Tab , 

see:

AScha3_0-1719586678613.png

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 .

AScha3_1-1719586923961.png

And set all pins to card to medium speed, with pullups on. Then it will work. 🙂

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

1 REPLY 1
AScha.3
Chief II

Hi,

for Platform Settings Tab , 

see:

AScha3_0-1719586678613.png

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 .

AScha3_1-1719586923961.png

And set all pins to card to medium speed, with pullups on. Then it will work. 🙂

If you feel a post has answered your question, please click "Accept as Solution".