Hi,
I have been trying to execute some of my codes to PRSR (program scratch pad RAM).
In the linker script, I did the following:
group (contiguous, ordered, run_addr = mem:int_ram_core0_P, copy)
{
select ".text.MyModule.SampleFunction";
}
But here the actual instruction code are missing (see only nop).
Attachment 5671
How do I actually do this?
Note: mem:int_ram_core0_P points the PRSR address.
I have been trying to execute some of my codes to PRSR (program scratch pad RAM).
In the linker script, I did the following:
group (contiguous, ordered, run_addr = mem:int_ram_core0_P, copy)
{
select ".text.MyModule.SampleFunction";
}
But here the actual instruction code are missing (see only nop).
Attachment 5671
How do I actually do this?
Note: mem:int_ram_core0_P points the PRSR address.