travisgoodspeed / goodwatch

Replacement board for Casio Calculator Watches using the CC430F6147
504 stars 55 forks source link

Hex Viewer Range Limits #29

Closed travisgoodspeed closed 6 years ago

travisgoodspeed commented 6 years ago

The hex viewer will avoid some regions, such as the BSL ROM, which trigger interrupts on a read. Unfortunately, other ranges exist, so viewing 0x1b10 or other unlucky addresses will crash the watch.

Close this issue when all illegal ranges have been blacklisted, and also the blacklisting is made explicit, rather than just by a funny constant.