Hello,
I'm trying to figure out what section __program_start should be in - It seems like it should be linked into the BSL section of memory, but it is not. Looking through the reference code from TI, BSL430_Low_Level_Init.s43 shows that BSLEntryLoc is just a linker symbol which a jump instruction to jump to __program_start via BSL_Entry_JMP label.
The question is if __program_start should be linked into the BSL memory?
Thanks much,
-Jim