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

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

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.



