Skip to main content
Visitor II
October 5, 2020
Question

Convert the SDMMC FATFS firmware from HAL version 1.3.2 to HAL version 1.7.0

  • October 5, 2020
  • 2 replies
  • 544 views

I have a working example of the SDMMC FATFS demo firmware using HAL version 1.3.2. I want to convert the firmware to use HAL version 1.7.0. However, when I perform the conversion to 1.7.0 the SDMMC no longer works. Any access to the SD card results in a failure. Does anyone have any idea what the problem may be?

    This topic has been closed for replies.

    2 replies

    Graduate II
    October 5, 2020

    They keep reengineering the driver code, watch for new callback methods, and the use of the transceiver.

    Make sure you're using memory the core can access directly, for DMA on the SDMMC1 I'm pretty sure you're limited to AXI RAM

    BBertAuthor
    Visitor II
    October 6, 2020

    @Community member​  Thanks for your reply. I have resolved this problem by porting the SDMMC app from the V170 examples. It appears to be working properly.