This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Custom BSL with Application

Hello All,

I am developing a custom BSL with the user Application as one project.  I am publishing the code here:

https://github.com/sittim/msp430-OTP

How can I get the compiler to add the BSL code to the BSL reginon?  It is possible that the compiler is not adding the code because it does not believe that it needs it.  So the following is the BSL430_ Low_Level_Init.asm

https://github.com/sittim/msp430-OTP/blob/master/otp/BSL430_Low_Level_Init.asm

Take a look at the line #28, I am referencing c_BSL_main, but the compiler is still not adding the function into the memory.  If you look in the otp directory, I am specifying to place code into the BSL area by using CODE_SECTION pragma, but once I load the code, I cannot find it.

**Attention** This is a public forum