Part Number: TDA4VM
TI Experts,
I have been using another post as well as doing my own digging in an attempt to read the on board VTM temperature sensors. We found code using an existing e2e post that works with this module, and it seems to disagree with the TRM. For example, if I look at the status register for the temperature sensor in the TRM (WKUP_VTM_TMPSENS_STAT_j), the physical address given is 0x42040308 with an additional 0x20 for each possible sensor (8 total, 5 in our case). Looking at the macros defined in the cslr_vtm.h file, the base address for the status register is 0x42040088 with an additional 0x10 for each sensor. The pmlib_thermal.c and cslr_vtm.h files have more information regarding the registers needed to accomplish this as many of these registers are reserved in the TRM. We are looking for help regarding which of these registers has the information we are looking for, as trying to enable the sensors and read them with both sets of addresses and offsets proved to be unsuccessful.
TRM in question: TDA4xM J721E Silicon Revision 1.0 (Rev. A)
PSDK code in question: PSDK-RTOS J7 6.02.00.21 | cslr_vtm.h and pmlib_thermal.c
e2e post in question: e2e.ti.com/.../883266
Thanks