This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MCU-PLUS-SDK-AM243X: Equation method to Calculate VTM temperature

Part Number: MCU-PLUS-SDK-AM243X

Tool/software:

Hello

Due to memory limitations, we are using the equation method as described in Section 5.2.2.1.5.2.1.1 to calculate the VTM temperature instead of using the SDL_VTM_tsConvADCToTemp API in ti\sdk\sdl\vtm\v0\sdl_vtm_pvt_sensor.c. When doing so, we observed that there is notable difference in temperature values between using this equation vs SDL_VTM_tsConvADCToTemp API. After some debugging, we came to know that the equation method matches the gSDL_pvt_poly_golden table, but the API is using the gSDL_pvt_poly table that factors in some workaround.

Could you clarify whether gSDL_pvt_poly is the correct poly table to be used? If so, could you share the corresponding equation that should be used for the equation method?

Thanks

Arunkumar