Hi,
In SPRUGZ8, September 2011 Table 19-12, I think there is a mistake in the documentation for the Timer IRQEnable Set Register. I think some of the read/write definitions are mixed up. Can someone confirm this has already been found?
The rule above the table says:
Component interrupt request enable.
Write 1 to set (enable interrupt).
Readout equal to corresponding _CLR register.
Should be like this?
R0 Clear IRQ enable
W0 No action
R1 Clear IRQ enable
W1 IRQ event is enabled
or like this?
R0 No action
W0 Clear IRQ enable
R1 No action
W1 IRQ event is enabled
Should W0 clear the IRQ Enable and the reads simply be No Action????
Thanks,
Matt
Table 19-12. Timer IRQENABLE Set Register (IRQENABLE_SET) Field Descriptions
Bit Field Value Description
31-3 Reserved 0 Reserved
2 TCAR_EN_FLAG IRQ enable for Compare
R0 IRQ event is disabled
W0 No action
R1 IRQ event is enabled
W1 Clear IRQ enable
1 OVF_EN_FLAG IRQ enable for Overflow
R0 IRQ event is disabled
W0 No action
R1 IRQ event is enabled
W1 Clear IRQ enable
0 MAT_EN_FLAG IRQ enable for Match
R0 IRQ event is disabled
W0 No action
R1 IRQ event is enabled
W1 Clear IRQ enable