The datastreamer module embeds with a simple mono-directional data transfer
protocol and the data frame that is transmitted to the data visualizer software. The
current version of the datastreamer provides support only for UART port communication.
Figure 17-1. Datastreamer Module Block
Diagram
UART Transmission:
The UART transmission function is device-dependent, and the MCC automatically picks
up the correct driver and includes it on the user board/kit example project. The
driver's Simple Asynchronous mode (non-interrupt driven) is used in all the
devices.
Data Frame:
The data frame contains a header, fixed module data, and dynamic module
data bytes.
Header Details:
The header contains 19 bytes and must be transmitted as part of the packet. Transmit
the header once every 15 packet transmissions. It is unnecessary to do that on every
packet transmission. The header packet details are listed below.
Checksum type. Corresponds to LRC8 (XOR sum of
packet, excluding start and end token)
Bytes 5 to 16
GUID, an identifier for the target hardware
Byte 17
Checksum of the header packet
Byte 18
End token. Contains fixed value ‘0xA0’
Fixed Module Data:
Basic button sensor data of all
the configured button sensors.
Error status data.
Dynamic Module Data:
Acquisition auto-tune parameters
are included when auto-tune is enabled in the MCC QTouch configurator.
Frequency hop auto-tune data is
included as per the configurations done on MCC.
Scroller module parameters are
transmitted when the Slider/Wheel sensors are configured on MCC.
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.