RE: SDIO MMCSD card is not writing/reading files anymore it does mount CMD24 -5 error

2020-04-14 Thread disruptivesolutionsnl
%d bytes to %s\n", nbytesi, "/dev/mmcsd0"); } close(fd_mmcsd); Van: disruptivesolution...@gmail.com <mailto:disruptivesolution...@gmail.com> mailto:disruptivesolution...@gmail.com> > Verzonden: maandag 13 april 2020 12:06 Aan: dev@nuttx.apache.org &

RE: SDIO MMCSD card is not writing/reading files anymore it does mount CMD24 -5 error

2020-04-13 Thread disruptivesolutionsnl
quot;/dev/mmcsd0"); } close(fd_mmcsd); Van: disruptivesolution...@gmail.com Verzonden: maandag 13 april 2020 12:06 Aan: dev@nuttx.apache.org Onderwerp: SDIO MMCSD card is not writing/reading files anymore it does mount CMD24 -5 error Hi All, I had the SD card written with

SDIO MMCSD card is not writing/reading files anymore it does mount CMD24 -5 error

2020-04-13 Thread disruptivesolutionsnl
Hi All, I had the SD card written with using Nuttx, but then it stopt writing and reading to and from the SD card. I get a CMD24 error: mmcsd_eventwait: ERROR: Awakened with 14 mmcsd_writesingle: ERROR: CMD24 transfer failed: -5 It seems to think it wrote bytes, but no file there. What a