So going off of: This wiki page, I was wondering if there is anyway to get more information and finer control out of the CCS information backplane.
For starters, I'd like to be able to manually inititialize the underlying WS server without having to open up the GUI Composer app, and have the option of using html authoring tools outside of the Maquetta pane, as well as having the option of using a browser outside of CCS.
I'd also like, if possible, more information on the timing and bandwidth capabilities of these things. It seems like there is an internal store of widgets to symbol to memory location, and I'm curious about how that functionally works over the JTAG connection. Is the JTAG able to grab memory without having to stop or insert instructions into the target CPU? What are the throughput considerations we should consider when looking at how much data to display, and could it effect the timing of the application, either interrupts or normal functions?
I've looked into DSS for this, but it seems like the wrong tool for displaying the data. I think in theory I could write a java app on the DSS api and expose my own WS api, but that seems like a lot of duplicated effort.
Thanks