Skip to main content
Visitor II
July 19, 2024
Solved

RCC warning with SDMMC1

  • July 19, 2024
  • 1 reply
  • 946 views

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?

 

    This topic has been closed for replies.
    Best answer by TDK

    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.

    1 reply

    TDKAnswer
    Super User
    July 19, 2024

    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.