This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LMP92066: How to communicate with LMP92066 besides USB2ANY?

Part Number: LMP92066
Other Parts Discussed in Thread: USB2ANY,

There are two LMP92066 in our project (using IIC address to distinguish), we hope to complete the control of LMP92066 with a programmable interface controller. Do you have interface adapters besides USB2ANY to control the LMP92066? USB2ANY does not seem to be able to control two LMP92066 on the same IIC bus.Preferably a programmable interface adapter, such as C, python.

  • Hi Nick,

    Is this just for device debug? or are you looking at creating some kind of automated tester?  The USB2ANY does support multiple addresses, but the EVM software for the LMP92066 does not.  Otherwise, this device just uses a standard I2C bus, so any tool that supports I2C should work.

    Thanks,

    Paul

  • Hi Paul

    I want to develop an automated test program for this project.

    Do you have any advice?

    Thanks for you support,

    Nick

  • Hi Nick,

    I would not recommend that you use the USB2ANY for automated tests.  The tool was created for simple device evaluation, so it does not really have the public support needed to develop complex software implementations.  I recommend you use a generic MCU system, such as a TI Launchpad or a data-generating instrument.

    Thanks,

    Paul