hi, We are facing a problem in software (lpc3250 controller). Executable code is running from external nor_flash. We need to execute two statements from internal ram of processor then PC has to jump to nor_flash. Control of program counter (PC) has to move like this: nor_flash -> iram -> nor_flash implementing this in c language is possible?