-
Notifications
You must be signed in to change notification settings - Fork 2.1k
boards/seeedstudio-xiao-esp32c3: fix pin conflict #21462
Copy link
Copy link
Closed
Description
Description
The board button is connected to the pin that serves as the MISO line when the SPI module is beeing used. When SPI is enabled, a pin conflict prevents the board to boot.
Steps to reproduce the issue
- Enable the SPI module in the makefile or through some driver module that depends on SPI
- Compile:
CFLAGS=-DDEBUG_ASSERT_VERBOSE USEMODULE+=stdio_usb_serial_jtag make clean all - Flash:
CFLAGS=-DDEBUG_ASSERT_VERBOSE USEMODULE+=stdio_usb_serial_jtag make flash - Reset the board:
make resetand check the messages on the serial console.
Expected results
There should be no conflicts between SPI and BUTTON0.
Actual results
When SPI is selected, the board can't boot.
Versions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels