I am debugging my xmega project, and I tried pasting OSC register into the watch. It comes out with a parse error.
if i do *(unsigned char *) 0x0050, that works, but using the register names themselves would be SO much neater.
Can this be done?
I am debugging my xmega project, and I tried pasting OSC register into the watch. It comes out with a parse error.
if i do *(unsigned char *) 0x0050, that works, but using the register names themselves would be SO much neater.
Can this be done?
Surely the I/O view already gives access to all the SFRs?
So that's where it is. Bloody hidden windows.
And don't call me Shirley. :)