-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Describe the bug:
SPI is not working. The MOSI, MISO, and SCK cottacks are not configured. As a result, SdCard is not working. NRF24 and CC1101 are also not working. The parameters are specified correctly in brucePins.conf:
"CC1101_Pins": {
"sck": 18,
"miso": 19,
"mosi": 23,
"cs": 35,
"io0": 25,
"io2": -1
},
"NRF24_Pins": {
"sck": 18,
"miso": 19,
"mosi": 23,
"cs": 35,
"io0": 25,
"io2": -1
},
"SDCard_Pins": {
"sck": 18,
"miso": 19,
"mosi": 23,
"cs": 5,
"io0": -1,
"io2": -1
},
However, these pins are not displayed correctly in the About window:
Steps To Reproduce:
Just turn on your device
- Device used:
M5CoreS3
Additional context / logs:
- SDCard in the same Bus as TFT, using TFT SPI instance
- [142251][E][sd_diskio.cpp:761] sdcard_mount(): f_mount failed: (3) The physical drive cannot work
- [142760][E][sd_diskio.cpp:128] sdSelectCard(): Select Failed
- SDCard in the same Bus as TFT, but failed to mount
- SDCARD NOT mounted, check wiring and format
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
