• 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???
  • Want to echo stuff in the build window.
    Other compilers and IDE's that I have used in the past have allowed me to "echo" strings or whatever I wanted in the build window. Does anyone out there know if/how I can do this in uVision2? I'll...
  • 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...
  • Memory mapping
    Hello, Im new one in ARM7 familly. I would like to ask for several question. 1) How to use external EPROM with LPC 2132? 2) How to use ARM RAM for LCD buffer? Copy from the flash etc... 3) How to...