Description


There've been multiple support requests regarding the discontinued support for VDPA configuration. Currently customers are instructed to modify bytes in a binary file to be able to configure that.
To improve quality of support a Python script shall be created which:

  • takes a .dat file as input
  • asks the user for the wanted VDPA config (select a voltage from a list, e.g. user types in "8" to select voltage 5.2V)
  • depending on the .dat file format version the correct offset for the VDPA config byte is derived and re-written

How to use

VDPARead_Update.py and NSC_RF_CONFIG.dat should be at same location

VDPARead_Update.py

user should execute command 

python VDPARead_Update.py NSC_RF_CONFIG.dat

 
after execution user would be asked to enter VDPA value to be updated.

after successful update, VDPA update successful  message will be printed.

this script is valid for .dat file versions 0x06,0x08,0x0A and 0x0C