Tool/software: Code Composer Studio
hello
i am going through some examples and i got some doubts
what is the meaning of this instruction
PieCtrlRegs.PIEACK.all = PIEACK_GROUP3;
i can change the number 3 to 0,1,or 2,.....4.....n
this one had any relation with this instruction
IER |= M_INT3;
PieCtrlRegs.PIEIER3.bit.INTx1 = 1;