Hi!
I am trying to communicate from ESP32 with the MSP430 via I2C.
When I'm sending the Application version(0x99) package, I get the correct response.
Now I tried to send Command 0x98 (request UPS and DNS captures), as a response i only get the B5 package, where byte 3 (Contains ADC DNS start/stop condition) is false --> signaling the transmission of the data is done, eventough i never recived the packages.
The code for my ESP32 looks like this