Skip to main content
Visitor II
March 21, 2024
Question

stwlc38 firmware download issues

  • March 21, 2024
  • 1 reply
  • 903 views

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?

This topic has been closed for replies.

1 reply

Technical Moderator
March 28, 2024

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.