Other Parts Discussed in Thread: CC1352R, TMP116
Hello,
I would like to interface MAX31865 Temperature sensor with CC1352 with SPI.
Presently, i had working driver with CC1352 and Flash
I am now intefacing MAX 31865 but could not able to get data from Temperature sensor.
We tried with ESP32 interface with MAX31865 the temperature sensor is working fine. we could to get temperature.
Even we had tried to probe SPI pins all are working fine. 1Mhz clock. Chip select is also low when data is sent to MAX31865
WE suspect there is some timing issue with CC1352R or any driver related issues. Could any one suggest any method to integrate the sensor.
WE are using 4.3 SDK uartecho example with SPI PINS
DIO17 as SCLK
DIO16 as MISO
DIO11 as MOSI
DIO21 as Chip select.