Hello!
Is there build of F021 Flash API library suitable to build position-independent application?
F035 Flash API is. In F035 Flash API libraries, there is no .data section. In F021 Flash API there is .data section for two object files (FlashStateMachine.ScaleFclk.obj and FlashStateMachine.SetActiveBank.obj).
For Keil MDK-ARM, there is file: Keil/ARM/Flash/RM46LXXX1_25MB.FLM wich is build using position-independent version of F021 Flash API library. Where can I get that position-independent version of library for programming flash for RM46L852? There are differencies in function names between Flash API in RM46LXXX1_25MB.FLM and F021 Flash API. For example, Fapi_initializeAPI() vs Fapi_initializeFlashBanks().
Or Keil company has full access to source code of F021 Flash API or full description to do flash programming and compile that library with positon-independent options?
Thanks!