Hello,
I need to show 16 bit gray scale image from DSP memory, The single way I found is to define RGB planar image format and to give the same start address for Green, Red and Blue components. This works, but the analyzer read the same memory 3 times and this take a long time. Is there any other possibility? It may be helpful to add this possibility in the next version.