Description
@KurtE and myself tried running a couple of sdfat test cases that work when using Giga Mbed.
Output of Serial Monitor
What happens they compile no issue and load no issued using zephyr. Howver, immediately after upload it hangs. Did try looking as serial1 output but no output.
Using spi:
Example Sketch
SDFat_Giga_zephyr-241209a.zip
Target board + cli verbose compilation output
Full verbose compilation output, ideally with arduino-cli invocation or from IDE 2.3.3+
SDFat_compile.txt
Using SPI1 we used a method to specify our own SPI driver just in case but the same thing occurs:
Example Skectch
sketch_dec6a.ino.zip
Overlay was updated to specify:
&spi5 {
status = "okay";
pinctrl-0 = <&spi5_nss_pk1 &spi5_sck_ph6
&spi5_miso_pj11 &spi5_mosi_pj10>;
pinctrl-names = "default";
};
Not sure what else you need.
EDIT: I am using as SDCARD adapter from Adafruit: https://learn.adafruit.com/adafruit-microsd-spi-sdio/overview