• 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...
  • find free space on sd card using fatfs library function
    Hello, I am using cortex-m3 luminary lm3s6965 uC. In my application, I am continuously writing to micro SD card after every 50mSec. I have inserted 4GB sd card into my board. Now I want to check...
  • 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;...
  • HOWTO Free uncalled function code space when using a custom LIB
    I am trying to build/use a custom lib. But, the code size is huge by custom lib included many functions. Some function is not call, but still take code space. I can mark out uncalled function to...
  • No space for execution regions - free version of keil
    Hi, When I am building my application I get the following error: Error: L6406E: No space in execution regions with .ANY selector matching ke_task.obj(.text). but many times for different...