Part Number: LPSTK-CC1352R
In the code (multi_sensor) that comes with the device, the Hall effect sensor (DRV5032FBDBZ) is not activated at all. That means that 1) its output is not read in by the ADC input port it is connected to, and 2) no data from this sensor is handled in the rest of the code. Furthermore, the iOS app Simple Link Starter does not reserve a position to display data from the Hall effect sensor.
How can I activate the Hall effect sensor throughout the system?
My purpose is to create a few channel for analog signals to be read in at ADC ports of the LPSTK-CC1352R and displayed on my Apple phone.
