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.

TMS320F28335: PieCtrlRegs.PIEACK.all

Part Number: TMS320F28335

Use SCIC interrupt receive。

both

PieCtrlRegs.PIEACK.all|=PIEACK_GROUP8;

or

PieCtrlRegs.PIEACK.all|=PIEACK_GROUP9;

can both enable next receive interrupt。

  • Peter,

    You will want to acknowledge the single GROUP that contains the trigger that generated the current interrupt being serviced. In the case of SCIC, you would acknowledge GROUP8 only because it is mapped there, not GROUP9:

    --Tommy