ArduCAM / ArduCAM_ESP32S_UNO

ArduCAM ESP32 Series Development Boards
49 stars 18 forks source link

Arducam esp32s_uno_psram write to SD card errors 0x109 #23

Open johncblacker opened 1 year ago

johncblacker commented 1 year ago

I have a sketch that's writing an image file to an sd card, but I get the following messages from the serial output log: <<<<<<<<<<<<<<<<<< start of pertinent messages >>>>>>>>>>>>>>>>> /pic74.jpg Save picture to SD card E (1852371) sdmmc_cmd: sdmmc_write_sectors_dma: sdmmc_send_cmd returned 0x109 E (1852371) diskio_sdmmc: sdmmc_write_blocks failed (265) /pic74.jpg Saved to SD E (1852374) sdmmc_cmd: sdmmc_write_sectors_dma: sdmmc_send_cmd returned 0x109 E (1852381) diskio_sdmmc: sdmmc_write_blocks failed (265) <<<<<<<<<<<<<<<<<<< end of log messages >>>>>>>>>>>>>>>>> What's the cause and how do I fix this.