2018-06-19 02:22 AM
Hi,
I would like to know if someone has already tried to have functions shared between bootloader and app?
In order to save flash occupation, I have a stack (UDS) that I will use in both Bootloader and App section.
I was thinking to build the bootloader with this stack and place it at a specific location and in the App I will call those functions at that specific location.
Any ideas how to do it?
Thanks,
A.