We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?
implementing this in c language is possible?
Yes. It is possible.