Skip to content

SPI does not work on the M5CoreS3 #2225

@DartFPV

Description

@DartFPV

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:

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions