Hi,
In my OMAPL138 application, in DSP, I would like to place time- critical code to L2 and less critical to DDR. I have created a section to L2 and I can "manually" place single instances/functions and global variables there; what I have not managed to do is to put object's private data there.
What I would like to do is to forward full class instances, code and data, to certain section, statically. I'm using SYS/BIOS and it would also be good to put Hwi, and Swi -real-time parts to fast memory, if there is any executing code additional to my interrupt server.
I would appreciate if an expert could assist me.
Best Regards,
Risto