Hello everyone,
I am currently trying to run the MM-IoT-SDK Porting Assistant using ESP32-S3 and ESP32-C6 with the Seeed XIAO HaLow module, but I am encountering issues during the test process.
I have already tried several troubleshooting steps, including:
-
Updating and rebuilding the firmware
-
Verifying the chip configuration
-
Changing and reassigning GPIO pins
-
Enabling the suggested configuration mentioned in this discussion:
https://community.morsemicro.com/t/mm-iot-esp32-porting-assistant-error-seeed-xiao-halow/1011
However, the results are still the same.
Result on ESP32-C6
The test fails at Verify BUSY pin:
Verify BUSY pin [ FAIL ]
BUSY pin set HIGH but mmhal_wlan_busy_is_asserted() returned false (expected true)
Result on ESP32-S3
The test fails at Read chip id from the MM chip:
Read chip id from the MM chip [ FAIL ]
I have also tried swapping several GPIO pins, but the issue still persists.
Could anyone please advise what might be causing this issue?
Is there any specific configuration, wiring requirement, or known compatibility issue when using ESP32-S3 / ESP32-C6 with the Seeed XIAO HaLow module?
Any guidance would be greatly appreciated.
Thank you.