Hello,
I am using a C6747 and have some critical code and data in internal RAM. However I am running out of internal RAM so I would like to know what is the best strategy to move BIOS code and data into external RAM without impacting the performance. .cinit is the obvious choice but there is a lot of rtdx buffer and other stuff which by default sits in internal RAM.
I would also like to minimize trampolines.
Thanks,
Fawad