Hi All
I am trying to get the main registers to be displayed in hex format (when debugging). At the moment they are defaulting to decimal; eg. -2147450844 is displayed when the program counter is 0x80008004.
I found that I can add the register to a watch expression, where I can then set its format to hexadecimal. However it also tends to change back to decimal again when stepping through code (therefore the format needs to be re-set again to see it again).
Studinging the debugger help documentation there is a suggestion that the format context menu is available in the register window itself, but this doesn't show up anywhere.
Any ideas?
Regards
Mark
PS: AVR32 Studio V2.5.0 (not 2.6.0 - since I couldn't get the GCC plugin to be deinstalled; the new GCC compiler crashes when compiling the present project but it is OK with the older one).