Other Parts Discussed in Thread: MSP430FR5969, MSP-EXP430FR5969
The attached example project 0310.FRAM_grace_blink_the_LED.zip generated by Grace 3.0.1.59 for a MSP430FR5969 generates the following warning during linking:
However, from single stepping the code the LOCKLPM5 bit is cleared in the PM5CTL0 register inside the PMM_unlockLPM5 function:warning #10420-D: For FRAM devices, at start up, the GPO power-on default high-impedance mode needs to be disabled to activate previously configured port settings. This can be done by clearing the LOCKLPM5 bit in PM5CTL0 register.
Therefore, is it correct for warning #10420-D to be reported?
[The help for warning #10420-D says it is reported if the PM5CTL0.LOCKPM5 bit clearing code instruction cannot be detected in the project]
