Part Number: MSP432P401R
Hello,
I'm using BDE-BDM209A which has a built in MSP432. For some reason, not sure if cause by me or the part came this way, it does not have the BSL loaded into memory (BSL should start at 0x00202000).

I'm trying to flash the BSL onto my BDE following the instructions in MSP342P4xx Simplelink Microcontrollers Bootloader (BSL) User’s Guide (Rev. J), however when I get to step 8 and attempt to load the .out file I get the following error: CORTEX_M4_0: Flash Programmer: Verify error. Writing to Flash failed! And I still see all FFs in memory at 0x202000.

I’m using the BSL432_MSP432P401x project (release build) with Code Composer Studio 9.1.0, compiler version 18.12.2.LTS and a XDS110 Debug Probe.
Any help solving this issue would be greatly appreciated.