Other Parts Discussed in Thread: LP5024EVM, , LP5024
I have an LP5024EVM that I would like to send pre-set register data using my PC (through USB2ANY). How do I do this? Is there a SDK that I need?
Thanks
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.
Steven,
Technically you don't need the SDK, as long as you have an application with a copy of the USB2ANY.dll file you can write software to use the APIs exposed by the DLL. But the SDK is recommended since comes with both the DLL and the documentation of the APIs.
I don't support LP5024 or LED drivers directly, but I do have some examples from the products I do support (in this case clocking) describing how the APIs can be used, with a simple python example for getting started quickly. I've linked the threads below. The example uses a SPI bus, but it shows everything you might need to know to adapt for I2C usage.
USB2ANY python-based example usage: https://e2e.ti.com/support/clock-timing-group/clock-and-timing/f/clock-timing-forum/1025934/lmx2594evm-serial-control-through-python
Regards,
Derek Payne