Is it possible to configure the Watch window of Microchip Studio to selectively choose between BE/LE while debugging ?. While trying to debug a 16bit LE controller with a 16-bit BE co-processor, the Watch/memory/register windows will by default display data in BE format resulting in the data from co-processor to look confusing in this format. Is there a way through which user can choose to display the required endianess for these Windows ?.
Note : I have used the word co-processor here to indicate the CTE which itself is a slave ALU that accepts commands from the main MCU.