SBAU388C September 2021 – February 2024 TMAG5170 , TMAG5170-Q1
If desired, you can directly communicate with the TI-SCB without the use of the GUI through the USB serial (COM) port. Simply send the desired command string over the serial port and receive the results. This is useful for interfacing the EVM with custom setups/scripts/GUIs. To read and write registers, follow the below format:
{"acknowledge":"rreg 0x0A"}
{"register":{"address":10,:"value":65488}}
{"evm_state":"idle"}
{"acknowledge":"wreg 0x01 0x01C0"}
{"console":"Writing 0x1c0 to SENSOR_CONFIG register"}
{"evm_state":"idle"}