) and wanted to "talk" in 4-bit databus
mode. But then the error stays. In 1-bit the STM32F407VE seems to do the
job.
Ben
Van: disruptivesolution...@gmail.com
Verzonden: maandag 13 april 2020 20:55
Aan: dev@nuttx.apache.org
Onderwerp: RE: SDIO MMCSD card is not writing/reading f
Update:
My purpose is to write data to a file in a thread. With append. Writing once
works.
int nbytesi;
nbytesi = write(fd_mmcsd, g_testmsg, strlen(g_testmsg));
if (nbytesi < 0)
{
printf("write_test_file: ERROR failed to write to %s, errno=%d\n",
"/dev/mm