Other Parts Discussed in Thread: CONTROLSUITE, , C2000WARE
Tool/software: Linux
Hi,
I tried to test SCI boot mode by sending characters, waiting for echoing back and comparing them. Just a simple code to test hardware connection and no real application code downloaded to dsp. I found the example code under controlsuite and modified it as follows for sending characters to verify baudlock. I sent the characters in an array starting with 'A', and baudrate is set to 38400.
What is weird is that the first three characters can be echoed back and compared correctly, but after that all echoed back value is 0. I wonder if there is some limitations on the characters size or value can be sent. Or there is any other better ways to test it without downloading real application program.
Thanks a lot.
Yi