• Not jumping to ISR
    I'm working on developing interrupt driven comms for an lpc2129 and having a problem getting the interrupts working. It all seemed fairly straight forward so I must be missing something. What I have is...
  • incorrect hex generation from keil (no values for jump addresses)
    hi i am using keil uVision3. i have written a simple code in assemply language which contains jump instructions like sjmp,jnz jb . when i generate the hex file from this asm file all the other values...
  • C++ method call bad jump address
    Hi, We have a c++ class that cannot be compiled anymore since the compiler generates a "Class too large" message. I decided to remove objects from it and to access them as pointers, ie: I...
  • Problem ISR jumping only once
    Hi, I've been searching for two days now without any result so I post this message and hope that someone could help me. I'm writing a program using ISR on the timer 0 and a button, on a processor...
  • NXP LPC2148 Incorrect Vector Addressing
    Hello. I'm using a MCB2140 evaluation kit to program and debug the LPC2148, along with uVision4 and its RealView Compiler. I'm using the LPC2148 as a USB keypad controller. When I load my program...