Hi, I've encountered a problem trying to implement autovectoring with an EZ-USB Development Board (AN2131-DK001) using the Keil evaluation DK51. I've scoured the net to see if anyone else has encountered the same problem, but to no avail. I have the following code in an .a51 file.
CSEG AT 43H equ $ + 2 DB 02H DB HIGH 4100h DS 1
#pragma intvector (0x40FD) //start at 4100h #pragma interval (4) void Sudav_ISR (void) interrupt 0 { } . . .