SD card driver crash due to lack of get_dma_info
function pointer after idf v5.3
#507
Labels
bug
Something isn't working
get_dma_info
function pointer after idf v5.3
#507
Bug description
Run a sample SD MMC card example app like this one with idf SDK v5.3
https://github.com/esp-rs/esp-idf-svc/blob/6453bedd5967ebc3bcb7d240492a0d5164e818c2/examples/sd_mmc.rs
The SD card driver crashed due to lack of
get_dma_info
function pointer. Here's the traceback:gdb where:
print out the
get_dma_info
pointer, it's0x0
:I am working on a PR in a minute
To Reproduce
Clone my reproduce PR and build
https://github.com/LaunchPlatform/esp-idf-hal-sd-get-info-dma-bug
You may need to adjust gpiopin based on your ESP32 environment
Expected behavior
SD card sample code should works
Environment
esp-idf-hal
) version: v5.3.2The text was updated successfully, but these errors were encountered: