suda-morris
suda-morris
https://github.com/espressif/esp-idf/issues/10635 may be related
@moonlight729 Please use the latest version of the TCA9554 driver, which is adapted to the new version of the I2C bus driver: https://components.espressif.com/components/espressif/esp_io_expander_tca9554/versions/2.0.1
Yes, FT5x06 driver is here: https://components.espressif.com/components/espressif/esp_lcd_touch_ft5x06/versions/1.0.7
> I tried changing the PARLIO tx payload length inside the Parlio driver, but only the first data correct, the subsequent becomes corrupted. Strange thing is it seems to work...
@sova32 you copied the example_main.c, but didn't copy the Kconfig file. `example_setup_sync_strategy` has three different implementations, controlled by how you select the `Where the sync event is generated from"` from...
Thanks for the report, indeed it's a limitation in the script which used to generate the Kconfig.soc_caps.in from soc_caps.h. The limitation is, it ignores the arithmetic operations in the macro....
@higaski Thanks for your interest in the RMT. The delay you see between RMT transmission is introduced by the software. When the previous transmission finished, we will call a callback...
BTW, a loop transmission is controlled by the hardware, so it's 100% consecutive.
I'm afraid it's not easy to support the pre-load feature because the encoder is not working in a one-shot way. The encoder keeps generating new symbols and writes to the...
@habazut I see your request, we didn't expect the user will still want to update the FIFO memory dynamically in the loop mode. In the current design, we only preload...