2020-02-28 07:17 AM
I don't want to use the provided SW library for the STUSB1602, it's far too complicated for my application and I'm using a different MCU.
The datasheet only has a register overview, the software doesn't seem to have any info and there aren't additional documents describing the registers.
Can anyone point me to where I can find this information?
2020-10-01 05:59 AM
I've noticed this too. Did you ever get the information?
What I've ended up doing is using the old, more simple driver from the /archive folder and updating the I2C calls for our processor. The function STUSB1602_Alert_Monitoring_Get() then get reads all the relevant registers.
Gabriel