cancel
Showing results for 
Search instead for 
Did you mean: 

stwlc38 firmware download issues

daveoh
Associate

We use wireless charger RX IC stwlc38, though we tried to write firmware which provided by the link https://github.com/STwirelesscharger/STWLC38_NUCLEO_L476RG, but we met the CUT id mismatch during firmware writing via I2C interface and then the F/W writing was failed, anyone help to solve this issue or any reference code for stwlc38 or firmware?

1 REPLY 1
willzhou
ST Employee

Hi

i think you meet "[WLC] HW cut id mismatch with Target cut id, "NVM programming aborted"

You can just remove this part of code, or you can just set 

#define NVM_TARGET_CUT_ID 3
Also you can check doc/testlog.txt to get normal case one.
In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.