Search found 1 match

by Hf_Development
Tue Aug 13, 2024 10:55 am
Forum: ESP-IDF
Topic: using RMT (led_strip) causes failing JTAG USB-Debugging
Replies: 1
Views: 1480

using RMT (led_strip) causes failing JTAG USB-Debugging

I'm using the IDF with the esspressif__led_strip component

Config is here:

/* LED strip initialization with the GPIO and pixels number*/
strip_config = {
.strip_gpio_num = 48,
// The GPIO that connected to the LED strip's data line
.max_leds = 1,
// The number of LEDs in the strip,
.led ...

Go to advanced search