• making a short out of a msb+lsb char
    Hi all, I'm new to C and need a hint on an optimization problem. I have a 16 bit counter, divided into two 8bit SFRs, let's say TH0 and TL0, and I want to transfer them to a short. I could: ...
  • How to make variables in continuously memory?
    I am using several array variables. The last variable is always using a separate memory instead of using the consecutive memory right after the previous one. How do I make them in continuously memory...
  • does KEIL compiler make out stack overflow?
    hi all, pls let me know if there is any provision in KEIL A51 compiler to sport a message if there's a stack over flow in the codes. i.e. if the stack size assigned is small & the codes overtly push...
  • uVision - Out of Memory error
    Hello, I'm getting an error in uVision where I get a pop-up that says "Out of Memory" than uVision freezes. I have a project and I can compile and download to my target without any problems....
  • sys_error(Out of memory.)
    Hi I am using the LPC2368 together with the Keil RTX and TCPNet(4 tasks). My application uses 3 TCP sockets and I have set the MEM_SIZE for TCPNet to 8192 bytes - this is the maximum value I can...