sparkfun / SparkFun_STUSB4500_Arduino_Library

Communicates with the STUSB4500 over I2C to easily add USB-C Power Delivery into your project.
https://www.sparkfun.com/
Other
15 stars 10 forks source link

when i try to write the NVM sector3 alone it works but when i try to write to sector3 and sector4 data was copied to the address to 0x53 properly but when i read the data from sector4 i am getting some other values for the PD2 and PD3 voltage settingsit #5

Open venkateshakj opened 3 years ago

venkateshakj commented 3 years ago

i am using stm32f103cb controller

awende commented 3 years ago

Can you post the code that you're using that's causing the error, along with the version of the library that you're using?

I tried replicating the problem with a stm32f405, but everything is working fine so far with my testing.