ArduinoShrink icon indicating copy to clipboard operation
ArduinoShrink copied to clipboard

Sdfat library causes hang when ArduinoShrink included

Open cfbrolley opened this issue 1 year ago • 2 comments

Not very knowledgeable with the Sdfat library but have found an issue where my Arduino Nano will hang as soon as sd.begin is called when the ArduinoShrink library is called, but works fine without it. this is the only SPI device I have on the board and it's using default hardware SPI with CS set to pin 10.

cfbrolley avatar Apr 21 '24 09:04 cfbrolley

What version of the Arduino IDE and what version of the SDfat library are you using? I haven't used the SDfat library, but I can try building it with and without ArduinoShrink and compare the resulting binaries.

nerdralph avatar Apr 23 '24 11:04 nerdralph

Arduino IDE 2.3.2 and SdFat 2.2.2

Thanks!

cfbrolley avatar Apr 23 '24 13:04 cfbrolley