I'm about to write a bootloader for a can bus interface. The application just like the bootloader need the can bus library and I want to link the library in a specific section on the flash, so that both the application and the bootloader can use it and the application doesn't has to include the lib.
On RP2040 there is a lib for floating point operations in the rom. How does the linking process work in the SDK? Understanding how it works could help me, to use it on my project.
On RP2040 there is a lib for floating point operations in the rom. How does the linking process work in the SDK? Understanding how it works could help me, to use it on my project.
Statistics: Posted by otherloft — Sat Mar 09, 2024 3:27 pm