Incoherency between value in fields and register
displays special function Registers (SFRs) while debugging
Status: Beta
Brought to you by:
ravenclaw78
Hi,
There are incoherency between the value in the register and the one in the field (when fields are not byte aligned and more than one bit long).
For instance in the example supplied below the register value is 0x00020003 and the field read_cnt[9:4] should be 0x000but it is displayed 0x100:

I have version 0.2.6 and Eclipse Oxygen.
Best regards,
Last edit: Thierry Fischer 2019-08-22
I reply to myself. Apparently this is a known limitation of the plugin.
The chip tested here is big endian, and the plugin only support little endian chips, too bad :(