I'm using CodeWarrior 56800E 8.1 (CodeWarrior 56800/E Hybrid Controllers version 7.1). I'm trying to use the debugger's "Register" window to access peripheral registers in a 58F8013.
My code writes 16-bit values to the following registers:
Replying to my own message, after reviewing the data sheet I had one of those 'duh' moments when I realized that the GPIO registers are only 8-bits... So the debugger is working as expected.