Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Please provide us example code for TMS570LS31x Hercules Development kit.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Please provide us example code for TMS570LS31x Hercules Development kit.
I need more examples, given examples are not sufficient for me.
I need examples on UART.
In given example only sciSendByte() is used.
My question is how to receive byte in interrupt mode, as we don't know when the external data will come.
If sciReceiveByte() is called, it is waiting for data.
Could you please give me small example on how to receive byte in interrupt mode?
In given example sciReceive(sciREG1, 4, receive_command); is called at line no. 11, which keeps the process in hold until external data will be detected/received.
When we are code for an application, we don't know when the external data will come, that's why I want to call this function in interrupt mode so that when the data will be detected on rx pin, interrupt should be generated to receive the data.