23.4.2.5 Double Buffering
The Pattern (PATT), Period (PER) and Compare Channels (CCn) registers are all double buffered. Each buffer register has a buffer valid bit in the Status register (STATUS), which indicates that the buffer register contains a valid value that can be copied into the corresponding register. As long as the respective Buffer Valid Status flag (PATTBUFV, PERBUFV or CCBUFVx) are set to '1', and the related SYNCBUSY bits are set (SYNCBUSY.PATT, SYNCBUSY.PER or SYNCBUSY.CCn), a write to the respective PATT/PATTBUF, PER/PERBUF or CCn/CCBUFx registers will generate a PAC error, and read access to the respective PATT, PER or CCn register is invalid.
Both the registers (PATT, PER, and CCn) and the corresponding buffer registers (PATTBUF, PERBUF, and CCBUFx) are available in the I/O register map, and the double buffering feature is not mandatory. Double buffering is disabled by writing a '1' to the Lock Update bit in the Control B Set register (CTRLBSET.LUPD).
A counter wraparound can occur in any operation mode when up-counting without buffering. COUNT and TOP are continuously compared, so when a new value that is lower than the current COUNT is written to TOP, COUNT will wrap before a compare match occurs.
When double buffering is used, the buffer can be written at any time, and the counter will still maintain correct operation. The period register is always updated on the update condition, as shown in the following figure. This prevents wraparound and the generation of irregular waveforms.
