In my C-code I have an array of unsigned int. When program execution is halted on a break-point (MSP430 target) it is possible to examine the values in the array by using the watch window.
Does CCS V4 support a means by which I could export a list of these values to a text file or some other file that could be read by Excel ?
Thank you
Roy