Other Parts Discussed in Thread: ENERGIA, C2000WARE
Tool/software: Code Composer Studio
Hello,
I have recently used this card, but all the use I have given it has been with "Enegia". Using Energia I have been able to send variables from matlab and receive them in energy without any problem.
I have had to change to code composer, because I have to include in my project an interruption routine, which is impossible to do with libraries in energia (at least I think). I have managed the routine in ccs thanks to an example.
My problem comes now, I have to read the data sent from matlab by serial port. For more examples I see, I've got some idea, but those examples are too big compared to what I want to do.
Only read the buffer and assign a variable to the read, and go storing the data depending on what comes from matlab.
Until what I researched, I know how to initialize the ports (28 and 29) for SCI, but I can not find out more.
I hope I made myself clear.
Thank you and best regards!