Reserved registers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2002-12-05 7:31 PM
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 2:33 AM
Posted on May 17, 2011 at 11:33
Does anyone know if there is there any side effect of reading a register which is not defined? I'm particularly interested in the 92163.
In order to ensure that I have completely initialized the processor correctly, I want to report the state of all registers once I have completed initialization. It is simpler to just read all registers rather than add code to limit the reads to defined registers. I don't care what undefined registers report, I just want to know if there is any side effect? Thanks!Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 2:33 AM
Posted on May 17, 2011 at 11:33
Several Registers have an ''Intrusive Read'' mode, you can see it when you use the Peripheral Register Window in the debugger. That means that you may reset a flag by reading these registers. You should check each one of them.
I do not think that any hidden register with impredectible impact when read exists.