I am running out of flash, but need to run IQ Math functions to RAM. I added the following to my code: #pragma CODE_SECTION(_IQ24div, "ramfuncs"); I am using other functions I wrote in RAM, and use a similar pragma for them, and they are copied without issue to RAM. I check the map file, and the functions are still located in FLASH with a section of IQMath. ramfuncs : LOAD = APP_FLASH, RUN = progRAM, LOAD_START(_RamfuncsLoadStart1), LOAD_END(_RamfuncsLoadEnd1), RUN_START(_RamfuncsRunStart1), PAGE = 0 IQmath : > APP_FLASH PAGE = 0
My liner file has the following:
