Part Number: TMS570LS1227
Other Parts Discussed in Thread: HALCOGEN,
Hi,
I am trying to start UART communication from the TMS570LS12x HDK in order to send data to computer terminal. I have followed the SCI2 tutorial (www.youtube.com/watch and got it working. However, I am trying to implement UART communication in an existing application. Code generation through HALCoGen was nice when creating a new project, but I have problems on how to go forward with this without HALCoGen...
I have tried the code from www.ti.com/.../spna124a.pdf CCS does not recognise the SciREG1 or SciReg1 command.
What i want to do is to send some data I am generating in my existing code through the computer via. UART on the TMS570. I dont think i need an UART interrupt for this, because it is event driven, and I am not sending any information to the TMS570.
Do you have any pointers on how to go forward with this? I am quite new to the TI MCU family and CCS.
Kind Regards
Markus