Hi,
I'm making a very simple dashboard with GUI Composer. My hardware is an MSP430 device together with the latest model MSP-FET debugger (in JTAG) mode. On the software side I have latest CCS and GUI Composer versions. As the MSP430 doesn't support non-intrusive access I enabled the option "Halt the target before any debugger access".
1- I was able to change my GUI refresh time by binding a text box to the refresh time variable and I can indeed see that my widgets refresh rate is updated accordingly. Is there any relation between the GUI refresh time and the debugger "Continuous refresh interval"? The minimum debugger refresh interval is forced to 100 ms, can it be shorter for the GUI? Do they have to be aligned, meaning that if I set the debugger fresh to 500ms and GUI to 100ms only every 5th access is actually performed?
2- What is the target halt-time for 5 bytes readout from RAM? I don't need to read much data and also not that fast but I need to understand the possible impact of the halting time on my application.
Thanks