Using grace_3_00_01_48_eng a new CCS project was created for a MSP430FR5969 selecting the Grace example "Blink LED from the CPU".
The generated code didn't work, since the LOCKLPM5 bit in the PM5CTL0 wasn't cleared by the Grace generated start-up code.
Should the Grace generated start-up code be clearing LOCKLPM5 bit, or is that the responsibility of the user written code?