2020-04-23 12:19 AM
Best regards.
Solved! Go to Solution.
2020-04-23 03:22 AM
Hi,
sorry for the confusion. Unfortunately the comments are wrong - they were manually created.
Regarding register addresses: If you read the DS there are registers in register space A and other in space B at the same addresses. So our software has refrained from providing separate functions for reading A vs B registers and has put both into a virtual register space with A being at base address 0x00 and B at base address 0x40.
So this 0x68 translates into 0x40|0x28: space B register 0x28.
Regards, Ulysses
2020-04-23 03:22 AM
Hi,
sorry for the confusion. Unfortunately the comments are wrong - they were manually created.
Regarding register addresses: If you read the DS there are registers in register space A and other in space B at the same addresses. So our software has refrained from providing separate functions for reading A vs B registers and has put both into a virtual register space with A being at base address 0x00 and B at base address 0x40.
So this 0x68 translates into 0x40|0x28: space B register 0x28.
Regards, Ulysses