Hi everyone,
I'm currently working on a project where I need to integrate the LP5009 9-channel LED driver with an STM32 NUCLEO-L452 development board. I'm a bit stuck on how to get started with the communication and control between the two.
Here’s what I’ve got so far:
Thanks in advance!
I'm currently working on a project where I need to integrate the LP5009 9-channel LED driver with an STM32 NUCLEO-L452 development board. I'm a bit stuck on how to get started with the communication and control between the two.
Here’s what I’ve got so far:
- The LP5009 uses I2C for communication.
- The NUCLEO-L452 has I2C support via the STM32Cube HAL/LL libraries.
- I have access to STM32CubeMX and IAR Embedded workbench.
- How to configure the I2C interface properly for this setup?
- Any example code or libraries for initializing and controlling the LP5009?
- Tips on setting up the LED channels and sending data to the driver.
Thanks in advance!
