Tool/software:
In CCS (ccs9.3), is it possibile to add a custom panel in debug perspective, to organize and view memory mapped custom peripherals as in "Registers" panel?
I have bunch of applications with Sitara Am437x with fpgas connected to gpmc; in debug sessions my colleagues and I need to inspect the fpga memory mapped registers values.
Our standard practice is to enable the memory browser panel, point to the fpga base address and manually pick the right spot in the panel where the register address is.
Quick and easy when I remember the address map, slow and cumbersome trying to explain to colleagues where the documentation is, helping and tutoring around.
I'd really prefer to spend some extra time describing an .xml file (or whatever text format needed) and load into CCS: is this possible?