Part Number: TMS320C5535
Tool/software: Code Composer Studio
I installed CCSv8 and downloaded test code for TMS3205535 from http://support.spectrumdigital.com/boards/ezdsp5535/revc/
I imported the led test program. It compiled and run without error messages, and the board did what it was supposed to do, i.e., toggles each of the four user LEDs 3 times.
One question though, the messages in the console window is not complete. I have "Testing LEDs...User LED tests toggles each of the four user LEDs 3 times", but when I go through the c code, it was supposed to print out either "fail" or "pass" afterwards. What is wrong?
I tried to run a couple more examples and had similar problems with incomplete console output messages.