Hi,
I am using DA14683 usb kit.
I am able to control D9(White LED) and D10(Red LED) using hw_gpio_set_pin_function(). But RGB led pins donot having gpio port and pin configuration. How should i control RGB led.
Thanks and Regards,
Vishalkumar.
Device:
Hi Vishalkumar,
According to user manual, the RGB LEDs are connecting each color to dedicated PWM pins (LED1, LED2, LED3). To do so, you should feed that LED with the proper PDM signal.
Thanks, PM_Dialog
Hi,
Thanks for the reply, can you share the process or any document of feeding PDM signal to LED.
Thanks and Regards,
Vishalkumar.
Hi Vishalkumar,
Sorry, it was a typo. I meant PWM. You could take a look at theSW Example: Generating PWM pulses via TIMER0.
Thanks, PM_Dialog