• Stack usage
    Hi, I am using your C51 with a Triscend TE505 as the target. I cannot really figure out how exactly the C51 handles the stack for the TE505. How much stack space do I have and how the TE505's 256 bytes...
  • RTOS osMessagePut usage problem
    It takes me several days for debbuging ,but didn't work. when the para 'timeout' of osMessagePut(id,info,timeout) is not set to 0, then the program crashes with info 'OS_ERROR_MBX_OVF' , which means...
  • Stack usage information
    How does one determine the stack usage and program size? On this page, it says to link with --callgraph to produce a static callgraph, showing information on stack usage and the functions. Not too...
  • Max Stack Usage Reduces
    Hi I am a newbie in embedded development, I have a question about Stack usage watermark feature. I enabled this feature to have a look at the max stack usage, So for e.g. just when the debugger is started...
  • Watchdog usage on multitask RTOS environment
    Hallo, I would like to ask if someone has a good methodology to handle a robust watchdog when using an RTOS. If someone has and would not mind discussing it, that would be very appreciated. I...