cancel
Showing results for 
Search instead for 
Did you mean: 

RCC warning with SDMMC1

OLYMPIA
Visitor

I use NUCLEO-F722ZE and STM32CubeIDE.

When I set SDMMC1 to SD 4bits wide bus, the RCC shows a warning “partly disabled conflict with : SDMMC1 : SD 4bits wide bus”. At this time, when I wrote a program on the board and operated it, “FR_DISK_ERR” occurred. Is the error caused by RCC warning?

 

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

No, the RCC warning is just letting you know that some part of the RCC can't be enabled because its pins are being used by the SDMMC. It's not the cause of the error.

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

View solution in original post

1 REPLY 1
TDK
Guru

No, the RCC warning is just letting you know that some part of the RCC can't be enabled because its pins are being used by the SDMMC. It's not the cause of the error.

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