Comparison of RAL write and read data, i am doing a simple write and simple read, how/where can i compare, this data along with address and some of my registers fields are combination of R,W,RW,RMW..etc..,

Comparison of RAL write and read data, i am doing a simple write and simple read, how/where can i compare, this data along with address and some of my registers fields are combination of R,W,RW,RMW…etc…,

In reply to newbie_342:

You should have in minde any register or field accesses using backkdorr do not consider access rights, i.e. you can write a RO register via ‘poke’ and read a WO register using ‘peek’.