Hi,I've been able to solve the issue:- in the STM32CubeIDE project/properties of your build configuration linker settings, use "do not use system calls from library" and mark box "do not use standard start files"-the library to reference in your link...
Hi Peter,my linkerscript checks newly allocated sections and my link now fails because some new inclusions are happening: I had to include in my linkerscript the following for 780 additional bytes: .libcnano_section :{. = ALIGN(16);*libc_a-aeabi_mems...