Write value in register/field without reading it first
displays special function Registers (SFRs) while debugging
Status: Beta
Brought to you by:
ravenclaw78
Hello,
Whenever we want to write a value in a register or a field we have to 'activate' it by reading it: it turns to green and the value number is displayed. Once the value number is there we can enter the value to write.
This is not an issue for most of the fields and registers except for instance for fifo with the same register to push and pull data. In that case the data is automatically pulled out of the fifo.
In the same way once the data has been written, it is read back, and another pull is performed.
It would be nice ti be able to write into registers/fields without having to activate the reading.
Best regards,