Skip to main content
Explorer
June 28, 2024
Solved

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

  • June 28, 2024
  • 1 reply
  • 1907 views

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

Best answer by AScha.3

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. :)

1 reply

AScha.3
AScha.3Best answer
Super User
June 28, 2024

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""."