Hi,
I am using the Serial communication version of GUI Composer, not the JTAG version.
My primary purpose is to understand the Serial data being transferred between the GUI composer and FTDI interface which communicates it using UART protocol to MSP430. I found some information about the same under "Monitor Protocol Documentation" in the following link:
http://processors.wiki.ti.com/index.php/ProgramModelUart_GuiComposer
Is there any other resource that I could refer to understand the packet format related details?
I have the following questions:
- What data is contained in the MAU part of the header packet?
- I found the following details from the link above:
- Byte 1
- Does the 4 bytes (2-5) refer to these register variable addresses or does it refer to a 2 byte register address followed by 2 bytes of data?
- If so, in case of a read operation, should the 2 bytes of data be skipped?
3. What is the byte packet format of the data? I was able to find bit wise packet format only for the header.
4. What is the byte packet format for the data that is read back from MSP430 microcontroller?
5.How does the change made to a field specific variable by binding (shown in the image below) in the GUI composer reflected in the corresponding register variable (MAP file - shown above) used in the Read/Write operation? Can you give me a pointer on where I could find the relevant information regarding the same?
Any help is greatly appreciated!
Thanks and Regards,
Madhumitha





