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 that? I tried these expressions in the bootloader section of the scatter loading file, but it didn't cause something:
aeabi_* (+RO) *armlib/c_* (+RO) *armlib/h_* (+RO) *armlib* (+RO) *armlib*
Any ideas?
BR Detlef Weidner