• stat = finit ("F0:") not work, DriverError return when call finit
    stat = finit ("F0:"); if (stat == fsOK) { printf ("Drive F0 ready!\n"); } I not initialize my Nor Flash SPI I use the 6.3 file system driver from mdk pro. Were is the problem? Tnks all...
  • stat = finit ("F0:") not work, DriverError return when call finit
    stat = finit ("F0:"); if (stat == fsOK) { printf ("Drive F0 ready!\n"); } I not initialize my Nor Flash SPI I use the 6.3 file system driver from mdk pro. Were is the problem? Tnks all...
  • FlashFS / NAND - finit() returns 2
    Hi all, I'm trying to get a proof-of-concept FlashFS implementation on the Embedded Artists LPC2478 OEM board (using my own baseboard). The project is quite advanced and basic things like memory...
  • FlashFS / NAND - finit() returns 2
    Hi all, I'm trying to get a proof-of-concept FlashFS implementation on the Embedded Artists LPC2478 OEM board (using my own baseboard). The project is quite advanced and basic things like memory...
  • finit hangs
    finit hangs Hi, I'm having a problem with the finit call on an SD card. I get the same behavior whether I try the call prior to starting RTX, or from within an RTX task. The behavior is sporadic...