/*--------------------------------------------------------------------------*/ /* ROPI test harness. */ /* */ /* Defines reset vector which calls the ropi application. */ /*--------------------------------------------------------------------------*/ module _ROPISTART //SECTION CSTACK:DATA:NOROOT(2) SECTION `.reset`:CODE:ROOT(4) PUBLIC __iar_program_start_ropi extern ___DebugBreak require ___DebugBreak CODE __iar_program_start_ropi: JR F:0x100004 ; This jumps to the reset vector location 0x00 ; of the actual program. This must match with ; the offset used in the __loadImage C-SPY ; macro end