Hi,
I need certain functions (which writes to LCD) to be accessible from the bootloader as well as my main application.
Can I put these function at fixed address in my bootloader? And call them in the main code as well?
If the above approach is correct how do I declare the same function in my main code?
Is there any other better approach?
Thank you
John