VL53L3CX GUI I2C transaction recording, how?
I have an STM32 Nucleo F401RE plus X-Nucleo-53L3A2 board.
IDE and the rest of the toolchain installed, including the STSW-IMG016 P-NUCLEO-53L3A2 pack graphical user interface.
The data brief of the GUI states "I2C transaction recording" which is of my major interest.
How do I start this transaction recording? In the GUI software I did not find any option. The datalogging feature only logs sensor output, not I2C transactions.
The reason is that I need to extract the I2C command sequence and parameters in order to initialize a VL53L3 sensor using a very tiny low cost microcontroller. Loading the full API is not possible for that processor.
Any help getting the I2C transactions recorded and downloaded would be greatly appreciated.
