Other Parts Discussed in Thread: MSP430F149
I have two projects. A custom bootloader and an application project. They share some common data that will live in the bootloader code. Also I have created interrupt jump tables in the bootloader much like the CCS_ISR_Sample_Program attached in an earlier posting.
1) Is there a tool available to merg the two into one hex file? Or are there options in the project Build Steps that can be used to do this?
2) Is there a tool or option that will strip off areas of the hex files?
3) I am sure you cannot debug both projects at once but is there a way you can debug with the source loaded from both programs?
Thank you for your help
Tom