Hi,
i'am using CNT-instructions in my program. I have a function, which needs to stop/start the incrementation of the CNT-Instruction.
There is no bit in the CNT-Instruction which can be set in order to stop Incrementation.. And there is no "No-Op"-Instruction, which i could use by converting the CNT-Instruction into it.
Now, there is the bit angle_count, which can convert the CNT instruction into angle mode. In this mode (with NAF_global flag being 0), the data-field wouldn't be incremented. This would solve the problem. However, the User Manual says, that this mode needs 2 Cycles, but i need a CNT-Instr. with only 1 Cycle.
Does angle mode also need 2 instructions, when NAF_global flag = 0?
The user manual doesn't help me at all.
I have simulated this case in the HET IDE, and I need only 1 cycle.
But the user manual says "It takes two cycles in this mode." - Thats all. So does angle mode ALWAYS take 2 cycles?
Thx, RK