В .sct строка proc_in_ram.o (+RO) есть. Так что наверное тут все в порядке.
При пошаговом исполнении в дебагере все операторы выполняются. После Jump_To_Application(); попадаем в 91x_vect.s и зависаем здесь:
Код
;*******************************************************************************
PrefetchAbortHandler
SUB lr,lr,#4 ; Update the link register.
SaveContext r0,r3 ; Save the workspace plus the current
; return address lr_abt.
ldr r0,=Prefetch_Handler
ldr lr,=Prefetch_Handler_end
bx r0 ; Branch to Prefetch_Handler.
Prefetch_Handler_end
RestoreContext r0,r3; Return to the instruction following that...
; ...has generated the prefetch abort exception.
;*******************************************************************************
И что бы это значило?