Hello,
I am doing Lab programs given by TI itself
When I debug the Lab 2 and Lab 3 its giving error:
CORTEX_M4_0: GEL Output:
Memory Map Initialization Complete
ComPort: Trouble Writing Memory Block at 0x0 on Page 0 of Length 0x8b8: **Error**: Serial Communication failed at port: COM5, baud rate:115200! To use serial monitor, please ensure the following prerequisites are satisfied: 1. Make sure the cable is plugged into both the target and the host on the right COM port. 2. Make sure a compatible target side serial monitor is loaded and running on the target device.
ComPort: File Loader: Verification failed: Target failed to write 0x00000000
ComPort: GEL: File: C:\Users\Shreyas\Documents\Lab2\Debug\Lab2.out: Load failed.
but even though the code is dumped into the board nd running successfully,
But when I debug the Lab 4 its giving same Error:
CORTEX_M4_0: GEL Output:
Memory Map Initialization Complete
ComPort: Trouble Writing Memory Block at 0x0 on Page 0 of Length 0x30a0: **Error**: Serial Communication failed at port: COM5, baud rate:115200! To use serial monitor, please ensure the following prerequisites are satisfied: 1. Make sure the cable is plugged into both the target and the host on the right COM port. 2. Make sure a compatible target side serial monitor is loaded and running on the target device.
ComPort: File Loader: Verification failed: Target failed to write 0x00000000
ComPort: GEL: File: C:\Users\Shreyas\Documents\Lab4\Debug\Lab4.out: Load failed.
But nothing is happening.. it seems like code is not dumped into the board
lab 2 and 3 is working but y not lab 4??
what is the solution to remove this error??