Search found 2 matches
- Tue Nov 05, 2024 10:42 pm
- Forum: Rust
- Topic: esp-idf-svc 0.49.1 spi sdcard example failing to mount
- Replies: 1
- Views: 1273
Re: esp-idf-svc 0.49.1 spi sdcard example failing to mount
I've made a little progress here. I've found that changing the mount point from / to /sdcard gets me further, but now I've got a panic from deep in the esp-idf about not all CSes being freed. [Codebox] Mounting FAT filesystem... I (449) gpio: GPIO[12]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: ...
- Mon Nov 04, 2024 4:08 pm
- Forum: Rust
- Topic: esp-idf-svc 0.49.1 spi sdcard example failing to mount
- Replies: 1
- Views: 1273
esp-idf-svc 0.49.1 spi sdcard example failing to mount
Hello! I'm quite new to Rust generally, so apologies if I'm missing something obvious. I'm trying to use the example code to mount an SD Card on an M5 Cardputer. I've changed the pins to match the board as follows: [Codebox] let spi_driver = SpiDriver::new( peripherals.spi3, pins.gpio40, pins.gpio14...