Other Parts Discussed in Thread: MSP430F6775A, MSPBSL
Tool/software:
Hi,
I have a few questions about the Device Power Up sequence scheme shown in slaa450g, for which I cannot find any information.
-
Is the boot sequence modifiable? Specifically, are the addresses starting with
@17Fxand the associated sequences permanent? -
In the
BSL_ACTIONfunction defined in thelow_level...asmfile, there are the values0xBEEFand0xDEAD, which are compared with registers R13 and R14. I couldn’t find any such values being moved to that location, at least not in that assembly. -
Additionally, in the
BSL_Entry_JMPfunction, theC_Branch JMPinstruction appears first, followed byBSL_Action. IsBSL_Actionever processed, or does it simply jump to the C initialization function? - Also why there are data in TI-HEX after build in interrupt vector memory segments including reset vector should not be that area cleared or should I modify the linker file to not generate anything into those .int segments. There is nothing like that in released images.
