Fix ESP32-P4 pin mapping in SD_MMC example comment#12431
Conversation
|
|
👋 Hello Copilot, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Co-authored-by: me-no-dev <12663778+me-no-dev@users.noreply.github.com>
The ESP32-P4 Func EV wiring table in
SDMMC_Test.inolisted GPIO 43 twice — once for CLK and again for D3 — making the D2/D3 pin assignments wrong and causing 4-bit SD_MMC connections to fail.Change
libraries/SD_MMC/examples/SDMMC_Test/SDMMC_Test.ino: Corrected the ESP32-P4 slot 0 (IO_MUX) pin table — D3 → GPIO 42, D2 → GPIO 41 (aligns with ESP-IDFsdmmcexample README).Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.