2023-08-02 03:29 AM
Hi guys,
I'm novice in STM32, I'm working with IARIDE 850 I provided a flash memory area where I inserted two object modules which I expected should remain unchanged when I make changes to the other modules. Instead, I realized that the modules contain calls to functions that I didn't expect and that are external to the modules themselves. Is there a compiler option that excludes these functions? Or at most maybe putting them oinline? the functions have the suffix __aeabi and inside the code i have these calls i would like to avoid __aeabi_dmul __aeabi_dadd __aeabi_dsub.
screenshot with disassebled code.