Question
What number would I write to the Phase Adjust Register to get for example 10
degrees?
Answer
The phase offset value equation is as follows:
(x/2^14) * 360degrees, where x is decimal or hex and 14 refers to 14-bit Phase
Adjust Register.
For 10degrees it implies:
(x/2^14) * 360 => x = (10*2^14)/360 = 455.111111111..decimal or 0x01C7 hex