Part Number: MSP432-RTOS
Configuration :-
1) Using MSP432P401R& TI's MSP-FED Flash Emulation Tool
2) Using CCS for dev. Got a Custom BSL and an application code
3) Need to perform "ERASE_TOTAL" and then flash the image is generated as TI's TXT file. I was able to use MSP430Flasher.exe tool
4) After REBOOT, Custom BSL and Application are running
Problem 1:-
1) After all steps in Configuration as said above, I am not able to start DEBUGGING session in CCS for BSL. I get below error.
"CORTEX_M4_0: Error connecting to the target: Could not write device Register"
Problem 2:-
1) After all steps in Configuration as said above, I am not able to start DEBUGGING session in CCS for Application. I get below error.
"CORTEX_M4_0: Trouble Reading Memory Block at 0x20100c on Page 0 of Length 0x4: Could not read device memory
CORTEX_M4_0: GEL: Error while executing OnTargetConnect(): Target failed to read 0x0020100C
at gGEL_DeviceID=*((unsigned int*) 0x0020100C) [msp432p401r.gel:247]
at OnTargetConnect()
CORTEX_M4_0: Failed Soft Reset: Could not reset device
CORTEX_M4_0: GEL: Error while executing GEL_Reset(): Reset failed: retcode=-1
at GEL_Reset()
CORTEX_M4_0: Trouble Writing Memory Block at 0x0 on Page 0 of Length 0x5428: Could not erase device memory
CORTEX_M4_0: File Loader: Verification failed: Target failed to write 0x00000000
CORTEX_M4_0: GEL: File: C:\EDGE\NEMO\src\firmware\Application\Debug\nemo_sleep_micro_MSP_EXP432P401R.out: Load failed."
Problem 3:-
1) Perform ERASE_TOTAL using .\MSP430Flasher.exe
2) Now