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.

BQ27541: Program ChemID using bqtool SDK

Part Number: BQ27541
Other Parts Discussed in Thread: BQSTUDIO

I am trying to reprogram the ChemID of bq27541 using bqtool SDK, but I can't figure out how to use either of these commands:

For the below ProgChem command, it returns the following error:
"Function failed. Error code 1422. Translated Requested data not found."
It is due to the chemID I entered does not exist?
If so, which directory should I place the "chemistry" folder or files?

int ProgChem ( const char *  bqzContainerName,
const char *  commandpipeName,
int  chemID 
)

For the below ProgChemFile command, I cannot figure out the way to extract a single chemistry ID file.
I am assuming this is ".chem" file but is there any way I can generate target ChemID's chemistry file using Battery management studio?

int ProgChemFile ( const char *  bqzContainerName,
const char *  cmdChannelName,
const char *  chemFileName 
)

Thank you for your support.