Forum Discussion
Altera_Forum
Honored Contributor
14 years agoMPU and linker script for isolation
Hi everyone, Now I am working on system partitioning. I am using MPU to isolate a kernel from application tasks, avoiding that application tasks make the kernel corrupted. Therefore, the kernel...
Altera_Forum
Honored Contributor
14 years agoWriting a linker script isn't THAT difficult.
A lot of stuff in the default one isn't needed for a simple script. I'd start with a very simple linker script and a simple object file and then look at the linker map file output to see which memory areas get assigned where. Then extend it for the sections you have in your real object modules.