Other Parts Discussed in Thread: HALCOGEN
Hello all,
Once again I have a question about UART, and I am really sorry to bother you once again.
I came to a phase in my project that I need to enable RX INT on SCI2 on my device.
How do I do that in Halcogen (I cannot see SCI2 in VIM channel)?
Is it enough if I write:
sciEnableNotification (uartREG, SCI_RX_INT);
_enable_IRQ ();
in CCS?
Thanks,
David!