Hi
I am using EDMA3 in my new code. I have observed that the size of my code has increased by almost 40 Kb and this is due to the EDMA3 driver calls which uses some DMA libs. I have limited L2 memory and i could not afford to have a 40Kb increase in code size. I am planning to move the libs (code) to external memory.
Is there any why by which we can directly make the entire lib to sit in external memory? I mean something through linker command file or in BIOS cfg.
One way i can think of is use DATA_CODE pragma for the functions defined in lib and called in my application.
Can you suggest any other better way?
Thanks
Abhishek