This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

UART demo not working for CC3200 on CCS 6.0 platform.

Other Parts Discussed in Thread: CC3200

Hi all,

I am trying to see UART demo on CC3200 launchpad.

I have connected the CC3200 board to the PC with CCS6.0 via the USB connection.

I have enabled the Serial port connection on my PC as mentioned in the example doc.

When i run the UART demo, i dont see any prompt getting on my serial terminal.

I see the following error on the CCS console 

"

Cortex_M4_0: GEL Output:
Memory Map Initialization Complete
Cortex_M4_0: GEL Output:
Target Reset
Cortex_M4_0: Trouble Reading Memory Block at 0x20030054 on Page 0 of Length 0x1: Debug Port error occurred.
Cortex_M4_0: Trouble Reading Memory Block at 0x20030058 on Page 0 of Length 0x4: Debug Port error occurred. "

I dont know whats getting missed out. BTW i was able to run the other demos like blinky and httpserver.

Regards,

Sreenivasa

  • Guys,
    I figured out the reason.

    The CC3200 was connected to com port 9. The Tera term was showing only comport 1- 4 , so i had opened the tera term on com port 1.

    Solution: I forced the com port of the CC3200 to com port 2 and then established connection to com port 2 on tera term also. Things worked fine.

    Regards,
    Sreenivasa U