Other Parts Discussed in Thread: CONTROLSUITE, TMS320F28377S
Using CCSv6 (6.1.3.00033) and the TMS320F28377S board I am unable to load and execute the corresponding controlSUITE examples. The preloaded Blinky program did work, but loading the example code of Blinky leaves the board acting like it hasn't been programmed. Somehow during the process of trying to get the Blinky program to work I accidentally overwrote the flash memory, so the demo that came on the board is gone.
I am pulling my examples from C:\ti\controlSUITE\device_support\F2837xS\v191\F2837xS_examples_Cpu1 with a fresh install of controlSUITE.
The example of most interest at the moment is sci_echoback_cpu01 because my first priority is to get one of the UART modules working. The program builds and enters debug mode without issue, but PuTTy never gets any feedback. I know I am connected to the correct COM port because the board's RX LED lights up when I press a key in the PuTTy window.
PuTTy is configured with 8 bits, no parity, 9600 or 115200 baud rate (tried both).
In addition to the base code, I temporarily modified the example source code to use the uart.c module instead of the defaults. I saw no change in the results, but I did have some compiler issues with importing the new module. Even with the include folders being specified it seems that subfolders (#include "driverlib/uart.h") do not function as necessary, so I was forced to add these folders to the path as well.
My questions are then:
1. Could this be an incompatibility issue with Windows 10 somehow? -- edit: Coworker tried on his Windows 8 machine with similar results.
2. Am I pulling the example code from the wrong folder (v191 vs. the others?) Does the board revision make a difference and where can I find that?
3. I read several posts saying that CCSv6 was having serious compatibility problems with some boards (as well as an issue with the linker). Should I try installing a different version of CCS?
4. What else could be going wrong?
I would appreciate any insight. Thanks!