Other Parts Discussed in Thread: HALCOGEN
Hello,
i'm using the TMS570 and i'm writing a PWM Module.
Therefore, I need to know how the INTENAC/INTENAS Control Registers work. In the User Guide, it says that writing a 1 to bit x enables intterupts of NHET instructions at NHET adresses x+0,x+32,x+64.
Would this be (one instruction is 16 bytes) instruction x, x+2,x+4? Or is it instruction x, x+32, x+64?
I have generated a Code with the HalCoGen tool, but none of these two possibilities would have made sense in the generated instructions..
Thx for your help