suda-morris
suda-morris
@michaelboeding Can you check if you're calling `led_strip_refresh` or `led_strip_clear` in different threads without serializing the access to the same led_strip handle?
yes, a mutex is needed.
it seems like it's not a "bug" in the esp-idf, but the GCC meets some unexpected conditions and fails. Many reasons can lead to such an error. for example, reduce...
Hi @itavero which gcc version are your using in your project? are you using WSL? Does a clean build help? (idf.py clean; idf.py set-target esp32s3; idf.py build;) Does the issue...
sha=7511742ecd6b64e325159bffb15008f7f257db6f
Hi @KacperStib Could you expand what issue you met when you call the delete function? > The only solution i found is "led_strip_del()" before starting to animate other strip, but...
Hi @KacperStib Thanks for the feedback. It sounds reasonable to me. We will provide a way to dynamically switch the GPIO used by RMT TX channel.
according to https://docs.espressif.com/projects/esp-idf/en/latest/esp32c6/api-reference/peripherals/spi_master.html#gpio-matrix-and-io-mux The IOMUX uses the GPIO16 as the CS signal.
This is a very interesting finding! Thanks for the report and your detailed reproduce steps. We will need some time to investigate it. @floitsch
sha=66837cf7366615d5c787af3ab01d4bb788b725e6