• memory allocation of TCP-stack
    Hello all, I'm using the MDK-ARM 3.11 and RTL-ARM 3.10 in combination with a MCB2300 Demo board. As a part of my application I want to transfer some files from the embedded board to a computer. Therefore...
  • alloc ram causes hardfault
    Hello, I'm using a lpc1766 and made a very simple program to debug a hardfault exception. After initiallisation the main routine is called where a array is allocated using the library function...
  • RTX166 Task Stack Overflow?
    What happen on RTX166 when I have OverflowStack error on a Task? Sometimes I saw a variable change value. Is it possible that a stack overflow change value of a variable? Now, on my system (20...
  • On-chip RAM allocation
    Hello, I would like to optimize speed of program performing. Therefore I want to locate some variables to DPRAM using L166 class idata . I was not successful, if I had used dynamic allocation by operator...
  • Task stack size of RTX kernel
    Hi, I am trying to use the RTC of LPC2378 and the RTX kernel of KEIL. The below is the code of one of my tasks. void job3 (void) __task { while(1) { snprintf(FMTstring, 29, "%04d-%02d...