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.

TMS570LS0432: Hercules TMS570LS04x/03x LaunchPad Development Kit

Part Number: TMS570LS0432

 

Hallo, as you see, i test the BQ boaurds using the software Battery Managment Studio to measure the temperature of the cells. and it's works propably!

Know i try to write a code to read the measurement, And i followed the same steps as in the screen shoot. 

+ Ist number 5 in the screenschoot is just  to set the bit AUX_ADC_GO in the register  CONTROL2, or there is something else?

WriteReg (0, CONTROL2, 0x02 , 1 , FRMWRT_SGL_NR );      // START ADC Measurement, bit Name: AUX_ADC_GO, B1

+ to read the temperature ( absolut voltage) , should i read the registers, AUX_GPIO1_HU, AUX_GPIO1_MU and AUX_GPIO1_LU, right?  or should i read another rigisters? 

ReadReg(0, AUX_GPIO1_HU, fram_uncorrect , 3 , 0 , FRMWRT_ALL_R );         // bytes AUX_GPIO1_HU , AUX_GPIO1_MU and AUX_GPIO1_LU

I'm waiting for your responce. Thanks for your time.