• Runt time AEABI development
    Hi All, I looking for develpment guide for run time helpre function for example __aeabi_ui2f can some one help how to implement these function
  • Runt time AEABI development
    Hi All, I looking for develpment guide for run time helpre function for example __aeabi_ui2f can some one help how to implement these function
  • How to Link "aeabi" code to a fixed memory location
    Hi, for the bootloader, integrated into the main project, I need to link the "__aeabi_uidivmod" to a fixed location within the bootloader section of my external flash memory. How can I manage...
  • How to Link "aeabi" code to a fixed memory location
    Hi, for the bootloader, integrated into the main project, I need to link the "__aeabi_uidivmod" to a fixed location within the bootloader section of my external flash memory. How can I manage...
  • Excluding Floating Point Libraries While Using Printf
    I was wondering if there is a way to exclude the floating point libraries using calls to printf while I am using fixed point math and have no need for floating point math?