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.

CCS/TMS570LC4357: SCI tms570 receive via interrupt

Part Number: TMS570LC4357
Other Parts Discussed in Thread: HALCOGEN

Tool/software: Code Composer Studio

Hello,

I am using the tms570 launchpad to communicate using the SCI interface. I am trying to send from sci1 to sci3 on the same board.(sci1 for sending/sci3 for receiving).

I've enabled interrupts for rx on sci3 in the SCI global tab, also enabled in the VIM Channel sci3High/Low interrupts and pinmux for sci3. In the header file _enable_interrupt_() I see  this as being used to enable interrupts for non-OS use( but I also tried with _enable_IRQ_interrupt_() ). On the board I connect the tx of sci1 to the rx of sci3.

When I've debugged, I've noticed that the sciNotification() is never triggered.

I' ll also attach my main source file.

4338.HL_sys_main.c