Hello. I'm trying to talk to the 1760 with an STM32H5 using FeeRTOS. I noticed the 1760 comes up in Master mode, transmitting 0x16, then a Nack.
Do I need to start the microcontroller in slave mode to handle txs from the 1760? Then command the 1760 to slave mode to read status registers like BatterySystemState().
I can find discussion on the SMBus spec, but I could use some help on how to handle the fw side of it when using the 1760. I'd appreciate any guidance.
Thanks.