• 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...
  • 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...
  • 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...
  • 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...
  • 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...