• Strange stack behaviour question.
    Hi, It's about the STM32F103. Due to my previous post my application first fills all (at that moment) free stack memory locations with a value of 0x55555555. This all works fine so does the application...
  • Keil network stack questions
    1- how to change IP address in runtime in microcontroller. 2- Can this network stack work without RTX or RTOS? 3- Can we call BSD socket functions from different threads in RTX?
  • Question about Stack and Heap
    Hello! I lucking information about different between “stack†an “heapâ€. I read few articles about this topic but, they don’t give me god knowledge. Best regards Mark
  • newbie questions about the stack and the stack size
    Hi I have a few questions about the stack size (LPC2200 controller). E.g. in my programm is a main function with an array short example[16][500]; 16 * 500 * 4 (short) = 3,9 kByte ...
  • Inline assembly : stack (LPC2478)
    Hello, I'm trying to solve a problem. I'm using LPC2478 I have the register FIO0MASK that is used in normal routines and interrupt routines. If a interrupt that changes FIO0MASK value is executed...