Other Parts Discussed in Thread: TMS570LS3137, HALCOGEN
Hi,
I have work with TMS570ls3137 Development Board for monthes.
Now, I want to use the Interrupt of sci to receive Data,and the sciReceiveByte() in the sciNotification() function.So I can run other functions in the main() functions.
Can you give me simple project with it? Such as receiving data in the sciNotification() function, storing in an array.
And the predicament of what I faced is that after setting the HALCodeGen and initialing the sci device for interrupt, I add the sciReceiveByte() in the main function,and it works.But added it in the sciNotification() function, it does not work.I have run the step to check whether it is get into the sciNotification() function and the result is yes.It is that although the sciReceiveByte() function have been called in the sciNotification() function, it does not reveive the data rightly. I do not understand how it works about the sci interrupt? Could you give me a simple explaination? thanks.