XMC4500 Running Code from PSRAM??

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hi,
I am working on XMC4500 my Goal is i want to execute the Program from PSRAM for that i taken and Led Blink code and converted it to arraybuffer format and wrote into PSRAM,
and now i tried to update the PC with PSRAM base address but it won't update in fact it throws the bus fault error, how could i achive to run the code from PSRAM??

Thanks and Regards,
Harshan.
0 Likes
2 Replies
lock attach
Attachments are accessible only for community members.
Travis
Employee
Employee
First solution authored Welcome! 500 replies posted
harshan wrote:
Hi,
I am working on XMC4500 my Goal is i want to execute the Program from PSRAM for that i taken and Led Blink code and converted it to arraybuffer format and wrote into PSRAM,
and now i tried to update the PC with PSRAM base address but it won't update in fact it throws the bus fault error, how could i achive to run the code from PSRAM??

Thanks and Regards,
Harshan.


Hi,

Attached is an example which I placed the function "Display_Startup();" in PSRAM (0x10000000).

1763.attach
0 Likes
Not applicable
Thanks for Reply Travis.
0 Likes