We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, I am writing a firmware with keil uvision2 which has to use the UART. Unfortunately, I'm writing the jump table
XXXXX code (ISR_com) extrn code (ISR_Sudav, ... , ISR_Ep0in, ... ) ; Interrupt Vectors CSEG AT 23H SERIAL_AutoVector equ $ + 2 ljmp SERIAL_Jump_Table CSEG AT 43H USB_AutoVector equ $ + 2 ljmp USB_Jump_Table