Other Parts Discussed in Thread: MSP430F5253, CC3100
Apologies if this has been answered before, but I couldn't find anything...
Is there a way to share functions between 2 separate images? What I'm looking to do is create a bootloader that uses several drivers (UART, SPI, and CC3100 Simplelink), and have a separate application image that uses the same drivers instead of each image having its own copy. Is there a way to do this by having the bootloader export symbols or something? I'm using CCS v6.1 with MSP430F5253 processor.