Hello All,
I am using I.MXRT1176 DFP in Keil. I am trying to create a non-XIP "Led Blinking" code.
I am not able to find any such example in Keil DFP.
Can anyone please guide me for the same?
Thank you,
Regards.
Can you confirm what you mean by "non-XIP"? Non-Execute in Place?
Are you asking to relocate code from flash to RAM for execution? This is a standard operation, and is supported by the Arm linker with a process called scatter-loading.
https://developer.arm.com/documentation/101754/0621/armlink-Reference/Scatter-loading-Features/The-scatter-loading-mechanism/Overview-of-scatter-loading
Regards, Ronan