Hi Team,
We are building a system for air flow measurement and adapted your evaluation board to our own board in which the MSP communicates as slave with another master controller. We flashed your evaluation board software "MSP430FR6043EVM_USS_Gas_Demo" to the MSP. We noticed that the GUI sends a start command to start measuring and enable the data transfer and that the GUI also can send specific configurations (picture 'gui').
In your code "MSP430FR6043EVM_USS_Gas_Demo" I think the part where the parameter configuartion will be updated is in the function "HMI_Pre_Measurement_Update()" which is attached. If I understand it correctly the parementers are only updatet if there is a command coming from the GUI. That is why I need to know how I can send the packets from my microcontroller instead of the GUI, in fact how the I2C packet has to look like.
Or can you show me, at which part of the code "MSP430FR6043EVM_USS_Gas_Demo" the transfer takes place? Maybe I could make the configurations in this code and do not need to send packets?
Thank you.
-Mark