Hello.
I have CCSv5 : 5.4.0.00091 running on Linux host with BH-USB-560M JTAG emulator connected to a DM3730 based board.
I'm dealing with on-board Linux kernel and DSI LCD hardware and I'd like to export some DISPC + DSI related registers to *.txt file. Unforunately, when I pause the kernel and try to export the register, the export fails with: "Cortex_A8_0: Unable to save register .... Target failed to read memory ..." messages. I can see register values in Registers window. I can see them being updated, when I step through the code. So I'm a bit confused: on one hand the register values are displayed in the window, on the other hand exporting them turns out to be a problem. The problem seems to be related to controllers' register, since exporting ARM core registers works fine.
So, how do I export controllers' registers?