Skip to main content
Visitor II
August 2, 2023
Question

Remove __aeabi function

  • August 2, 2023
  • 0 replies
  • 984 views

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.

BranchCodiceMetrico.jpg   

This topic has been closed for replies.