2020-11-19 07:08 PM
SFRs windows can't display value dynamically. You should do "refresh Svd data" manually.
How to display peripheral register's value dynamically?
Thanks.
Solved! Go to Solution.
2020-11-19 10:12 PM
Hi ASHEN.1
Yes, it is correct that the SFRs view is only updated when debugger is stopped, after step or a break.
To display peripheral registers value while target is running you can add the register into the "Live expressions" view.
2020-11-19 10:12 PM
Hi ASHEN.1
Yes, it is correct that the SFRs view is only updated when debugger is stopped, after step or a break.
To display peripheral registers value while target is running you can add the register into the "Live expressions" view.
2020-11-20 12:14 AM
I would be very careful with that.
Reading out peripheral registers takes much more cycles than RAM cells.
The added value of a "dynamic value display" is very limited anyway.
2020-11-22 06:39 PM
Thanks a lot, EjOHA and Ozone.