Hello,
I want to interface NTM88HXX5S with CC2340R2 using SPI protocol to read the sensor values using the available NXP library functions. Could anyone assist on how to link the library for the same?
Regards & Thanks,
Shashirekha
Hello Erika,
Thank you for your assistance. The document seems helpful, but I need some assistance on linking the NTM88HXX5S TPMS sensor library files to read the sensor values from the existing functions from the library. Like how to link NXP library with some links possible. Also let me know, if i have to use any device driver softwares to access those available functions?
Regards & Thanks,
Shashirekha
The way to read the sensor data is the following:
Example code can be found here:
https://www.nxp.com/webapp/Download?colCode=GenFSK_Beacons_Demo_NTM88_KW38&appType=license
Application note on SPI communication can be found here:
https://www.nxp.com/docs/en/application-note/AN14182.pdf
Hello Erika,
In the document which you shared,it is mentioned that "When a bootloader application is present in the NTM88, it can enable the SPI block by writing ‘1’ to SPIEN. The External MCU thus only need to notify the NTM88 that SPI transfers are requested, and the NTM88 application enables the SPI block".
Just wanted clarification on that, like is there any bootloader application present in the NTM88? If yes, then is it programmed? If No, then do we have to do it and how to do it ?
Regards & Thanks,
Shashirekha
Hello,
Note that the SPI reprogramming guide is for flash reprogramming only. It is not applicable to customers who just want to read sensor data.