• Is there a way to check the stack size during runtime?
    Is there a way to check the stack size during runtime? I use a Freescale K10 MCU.
  • Checking User Stack during runtime
    Hello, i'd like to know how much space I need in the Userstack Area. I'd cleard the UserStack-Section in start_v2.a66. In my 'main.c' I'd like to have a function which shows me the Userstack. Therefore...
  • heap size
    Is there any easy way to get the heap size after I call init_mempool and have called malloc several times. I want to see how much memory is left. Mark
  • Stack / Heap Sizing Startup File Syntax
    I went through and after some work, got FreeRTOS compiling on a STM32 CM0 with 4kb of RAM. I couldn't get FreeRTOS to fit due to allocation too much heap space in the default config.This is the first...
  • STACK check
    Hi there, Iam using LPC2368 controller and Keil uVision3 IDe with the GNU compiler. I would like to know regarding the usage of Generate Stack Check Code option under Compiler menu of the Keil IDE....