• 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...
  • CMSIS message order for an I2C WriteRead transaction
    What is the expected timing of events concerning CMSIS I2C events for a Write Read transaction? I am currently using a STM32F407 MCU with the CMSIS library and am surprised by the timing of when the...