Hi all, can anybody help me ? I want to simulate startup of program from internal flash memory at location C1'0000H. DAvE has created a startup file for me, but the VECSEG entry was not passed to KEIL IDE. I try the following in startup.
VECSEG DEFR 0FF12H; make new VECSEG known ... _VECSEG EQU 193; lets point VECSEG to C1