|
|||||||||||
|
Technical Support Support Resources
Product Information |
GENERAL: Calling Boot Loader Functions From User ApplicationInformation in this article applies to:
QUESTIONMy application requires a BOOT loader that loads an application into a FLASH device. I have created two different applications:
The FLASH application must call some of the functions in the BOOT loader. Is there a clever way to do this? ANSWERYes. You may use the linker (and the PUBLICSONLY directive) to include the public symbols from the BOOT loader absolute object module into the FLASH application. Then, the FLASH application may access the functions and global variables in the BOOT loader application. The linker will resolve the symbolic names but the BOOT loader code will not be included in the FLASH application. If you use the command line tools...
If you use the µVision IDE...
Note SEE ALSO
Last Reviewed: Thursday, February 25, 2021 | ||||||||||
|
|||||||||||
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.