• fdelete error to delete directory
    I am using LPC1788 with RL-ARM & Keil MDK4. I am using the RL Flash File System with a NAND Flash. I have created a folder & successfully added several .txt files in it. Now i want to delete all...
  • RLFlash-FS: EFS fdelete issue
    Hello, I'm using an LPC1788 with RTX and RL-FlashFS with a EFS configured on a NOR chip. I have setup a flash device description file to use 4KB sectors instead of 64kB blocks. Here is a...
  • Memory Pool (malloc/free) Free Space?
    Quite simply, how can I tell how much free memory I have in a memory pool? I've created a memory pool, initialized it with init_mempool and use malloc & free finctions for memory management. Is...
  • Calculate free remaining stack space
    Hi, I would like to calculate the free remaining stack space during run time. I tried to access the r13 register with: LPSTR pcSP; { register volatile int mySP __asm("sp"); pcSP= (LPSTR)mySP;...
  • find start of free code space
    Hello, I need to find the beginning of free code space to use for a flash filesystem. I did not see any compiler defined symbols in the M51 file to help. I can declare a large array in code space...