• NAND Flash File System ssue
    I am using LPC1788 with Keil MDK4 along with RLFlash FS[4GB External NAND] & RTX Kernel. In my application i use the NAND Flash to store TEST Reports & activity logs. Each report is stored in individual...
  • NAND Flash File System ssue
    I am using LPC1788 with Keil MDK4 along with RLFlash FS[4GB External NAND] & RTX Kernel. In my application i use the NAND Flash to store TEST Reports & activity logs. Each report is stored in individual...
  • Implementing RL-FLASH file system for Nand flash
    I m trying to implement RL-flash file system for nand flash in AT91SAM9G45 board. I have written the init() and pageread()methods. When i call finit(NULL) from main,it returns an error code ERR_INVALID_PARAM...
  • Implementing RL-FLASH file system for Nand flash
    I m trying to implement RL-flash file system for nand flash in AT91SAM9G45 board. I have written the init() and pageread()methods. When i call finit(NULL) from main,it returns an error code ERR_INVALID_PARAM...
  • File System with NAND FLASH On stm32f76x ECC
    Hello! ARM Embedded Engineers, I want to use mdk file system in Run-Time Environment, I enabled SD and NAND FLASH memory, so I can create and del file on both of them, but the question is I don't know...