Other Parts Discussed in Thread: HALCOGEN
Hi,
Could we modify SciReceive() api generated by Halcogen
as per our requirement. for example, Can I add additional condition to get scinotification()?
Thanks and Regards,
Anil
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.
Hi,
Could we modify SciReceive() api generated by Halcogen
as per our requirement. for example, Can I add additional condition to get scinotification()?
Thanks and Regards,
Anil
Hi Anil,
SCI module on TMS570 supports 7 interrupts:
The SCI interrupt ISR contains the options for those 7 interrupts. You can use different notification for error interrupts etc. But I suggest you to modify the sciNotification() rather than sciReceive() or SCI Interrupt ISR.