On some of the elder MSP430 processors of non-A versions we are forced to make our own BSL located in the top of the FLASH. We will build this 'private' BSL based on TI's libraries. For this job we need to run CCSV4.
Problem is how to locate all these functions from those BSL libraries in the top 64K bank of the MSP4305437 ?
The #pragma directive seems only to work on a single function definition, not a bunch of functions.
Any good ideas to come around this challenge ?