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.

RTOS/TMS320F28379D: SYS/BIOS SCI Rx interrupt

Part Number: TMS320F28379D
Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE

Tool/software: TI-RTOS

Hi,

I want to configure an SCI Rx interrupt in a SYS/BIOS project. Right now I have implemented it by integrating driverlib into the SYS/BIOS project and using driverlib routines following driverlib sci loopback example.

But I have seen within SYS/BIOS pie example the next function header:

/*
 *  ======== PIE_post ========
 *  This function is used to manually trigger a PIE interrupt by writing
 *  directly to the PIEIFR register.
 *
 *  Calling this function will simulate the triggering of a peripheral
 *  interrupt.  In a real world app, this function would not be needed as the
 *  interrupt would be triggered automatically by the hardware peripheral
 *  itself.
 */

Then I wonder how can I configure the pie to trigger my ISR when anything is received through some SCI port without using driverlib (only using SYS/BIOS). Can anyone tell how?

I don't want to use neither C2000Ware bitfield support nor ControlSUITE.

Thanks in advance!

Best regards,

Adria