Hello,
I am writing on omapl137 (the DSP part) and using DSPBIOS configuration.
The code is getting bigger, and I need a certain functions be in IRAM instead of SDRAM as they allocated there by DSP BIOS (probably) [*-)].
The question is how do I define a function to be executed form IRAM?
I canot define entire .text in since its big, and when I try to create a memory space in .cmd file it is getting overriten by DSP BIOS.
As someone explained to me I need to define a section in memory in IRAM, the use:
#pragma CODE_SECTION(function,memory_space);
I just dont know how to define memory section. Please help.
Regards
Arye