• MDK File system component, Flash transaction layer
    I am trying to enable the Flash transaction layer on my board. I didn't saw much documentation about the flash transaction layer, such as: 1. API description 2. The Nand flash memory cost by FTL ...
  • Diff between File system and FAT file system
    Hi to all, i started to work on FAT file system on SD 1GB card. LPC2388 on MCB2300 board. Just now i have completed my binary search on File system on SD card. Simply fopen, fread, fseek,etc. ...
  • Simulating External Bus Transactions With uVision2
    Is it possible to see any external transactions in the uVision2 simulator? For example, if I map an address space to off chip and write to it in the simulator will I be able to see the Port 0 or Chip...
  • Size of file in file system
    Dear all, After implementing file system on both 1Gb Nand Flash & 4Gb Nand Flash, using LPC1788, i found that the minimum size of any created file was as follows: 1Gb - 8KB 4Gb - 16KB I want to...
  • File System
    Hi May be my question seems to be Irrelevant to this forum but your answer can help me. I am making a file system it is working well in case of files but i donot know how to store directies in it. I...