Hallo, is ther a posibility to load the rts2800_fpu32.lib functions e.g. "sin" from Flash to Ram, as shown in several examples
with the #pragma CODE_SECTION?
I've defined a section called ramfuncs, as shown in several eamples:
ramfuncs : LOAD = FLASHD,
RUN = RAML0,
LOAD_START(_RamfuncsLoadStart),
LOAD_END(_RamfuncsLoadEnd),
RUN_START(_RamfuncsRunStart),
PAGE = 0
This works so far, with my own functions, but I've no idea to bring some Lib-Functions during Run-Time from FLASH to RAM.