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