• IVT Memory mapping problem for Bootloader and Application Code
    Hi, I am working on LPC2368 microcontroller. I need to develop two codes. One for bootloader and other is the actual application code. The bootloader resides at 0x0000 and the application code...
  • IVT Memory mapping problem for Bootloader and Application Code
    Hi, I am working on LPC2368 microcontroller. I need to develop two codes. One for bootloader and other is the actual application code. The bootloader resides at 0x0000 and the application code...
  • how to initial stuff??? confusing !!!
    i am new to this and have read through documents needed for this board but still confused... how can i make the RI in F226 to work??? what must i add or initialize???
  • how to initial stuff??? confusing !!!
    i am new to this and have read through documents needed for this board but still confused... how can i make the RI in F226 to work??? what must i add or initialize???
  • tell me about the stack frame stuff
    I have a C code. When calling function is executed first the value 75 is pushed to the stack and then value 25 is pushed to the stack. Then return address is pushed on to the stack. Return address...