Hello,
I must check one variable in the debugger. Te variable's type is unsigned char[20]. I wonder if it's possible to display the variable's values all followed (I mean: the values all followed 0xc67c449deff14ae7ed807293d30846f061da5bff, instead of: 0xc6 0x7c 0x44 0x9d 0xef 0xf1 0x4a 0xe7 0xed 0x80 0x72 0x93 0xd3 0x08 0x46 0xf0 0x61 0xda 0x5b 0xff, postion by position).
Thank you all!
That's not really compatible with the endian order in use in most cases.
You could convert it to an ASCII string in the form you want. You could also output to the SWV, DCC, or USART in the form you want.
Perhaps you could use a Debug Function to create the output you require:
http://www.keil.com/support/man/docs/uv4/uv4_debug_functions.htm
View all questions in Keil forum