P9415-R-EVK Evaluation Kit
R16UH0015EU0100 Rev.1.0
May 27, 2021
Page 14
4.
Test Command
. Use the command script to read and write data to P9415-R register.
There are several command script examples. For example, if you want to read 2byte data from register
address 0x0068, please type in ‘regRead:0068 2’ in blank command block and click Send cmd button, then
GUI will return read value in window. If you want to write 2byte data 0x01 and 0xCF into register address
0x0071, please type in ‘regWrite 0071 2 01 CF’ in blank command block and click Send cmd button, then
GUI will display write result on window.
Figure 15. Test Command Window
5.
Debug
. Monitors system operation in regular time base. Below example is configured to read VOUT,
VRECT, external temperature NTC and Iout during Rx mode charging. You can set read interval and register
address you want to monitor. Different data format is available decimal and hexa. You may want to use
formula to convert ADC result into actual voltage or current.
Figure 16. Debug Window