This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

code jump - flash to iram

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?

0