Part Number: LAUNCHXL-F28377S
Hi,
I’m trying to run the ControlSuite’s SCI Echoback example for LAUNCHXL-F28377s. Nothing appears in the TeraTerm window. I’ve searched the forum and didn’t see a solution that helped.
- Windows Device Manager recognizes the COM port created by the XDS100v2 and reports that it is working correctly.
- I set TeraTerm to open that COM port, baud rate 9600.
- According to the F28377s TRM, the HBAUD/LBAUD registers should be 0x0002/0x008a for 9600 baud with 200Mhz Sys Clock and 50Mhz LOSPCP. The demo uses 0x0002/0x008b, but that shouldn't be the problem. I don’t know what the BRR hex values in Table 18-3 are supposed to represent.
- I noticed after importing the project in CCS that unless you manually add the pre-define symbol _LAUNCHXL_F28377S, the project will not configure 200Mhz CPU speed. I am running the source code without modifications.
- Looking in the Launchpad’s UG (SPRUI25C) Tables 1-4, I see no mention of GPIOs 28, 29 or SCITXDA or SCIRXDA (though SCITXDB and SCIRXDB are mentioned multiple times), so I assume no extra connection to the board is required other than the JTAG USB.
- When I step over the first call scia_msg() that sends “Hello World”, I notice the SCIRXST registers a few receive errors:
I can't think of anything else to check. Hopefully I missed something simple!
Thanks, dave