Part Number: MSP432P401R
Tool/software: Code Composer Studio
Hi.
I want to use the GUI composer as a mean for debug and testing program.
we have 2 issues:
1) we want to be able to run the GUI on a stand alone DESKTOP with no network connection.
2) the JSON binding is really too heavy in terms of the number of bytes it consumes over the UART communication (it also has a big disadvantage, since you need to update the binding and the GUI each time you make a small change in the program and the variables addresses are changed , so you need to upload the .out file and create a new GUI program). Is there a way to define a simple protocol between the MSP UART and the GUI program? (I was thinking about a simple message format: ID + data type + variable value).
Thank you.
Shai.