• Filesystem
    Any idea for a C-language source library (freely available) to be used as a starting point, having to write a very simple filesystem (just EEPROM and RAM data seen as very short files, to be accessed...
  • Multiple instance of thread function
    Hi, In keil. void taskThread(void const * arg) { } osThreadDef(taskThread, osPriorityNormal, 1, 2500); I want to use same function for multiple instance of osThreadId ( for 2 or...
  • TFTP and Filesystem
    Hello, I use the RL-FlashFS on a Dataflash and the tftp-server. When I put a new file via tftp to my dataflash which has the same filename as a already existing file, the existing file is replaced...
  • Problems with filesystem
    Hi, I am trying to use the filesystem with a NOR flash (AT45DB641E) on SPI1. I have all the middleware pulled in okay, but I cannot find where to tell it to use SPI1. It uses SPI0 by default, which...
  • Power outage protected filesystem
    Hi all, We are using STM32F4 based platform and running on CMSIS Keil RTX RTOS version 1. We are using 6.6 version of Keil middleware. We are analysing a solution to prevent file corruption During...