In cases where I display memory with limited accessibility (e.g. register area, limited via MPU, etc.) it can be quite annoying to always get error message during scrolling for memory that could not be read.
Describe the solution you'd like
It would be cool if in addition to providing a start address we could also be able to set an (optional) size / end address for the display.
Describe alternatives you've considered
I don't see a real alternative other then ignoring the error message ;-)