2019-04-01 07:10 PM
In the example code of STSW-STUSB003, we can see that the NVM of stusb4500 is divided into four sectors, each of which has 8 bytes. We want to know the definition of each byte,and we didn't find any information about this.Can we ask for the detailed description?
2019-04-02 06:43 PM
i also get this question.
in the example code, there is STUSB_NVM.h contain 4 8byte array.
it refer to register or some password?
uint8_t Sector0[8] = {0x00,0x00,0xB0,0xAA,0x00,0x45,0x00,0x00};
uint8_t Sector1[8] = {0x00,0x40,0x9D,0x1C,0xFF,0x01,0x3C,0xDF};
uint8_t Sector2[8] = {0x02,0x40,0x0F,0x00,0x32,0x00,0xFC,0xF1};
uint8_t Sector3[8] = {0x00,0x19,0xBF,0x55,0x57,0x55,0x55,0x00};
uint8_t Sector4[8] = {0x00,0x2D,0xF0,0x20,0x43,0x00,0x00,0xFB};
Can some one answer?
2019-04-09 05:58 AM
2019-04-09 06:03 AM