If I use rmt_write_items() to activate the RMT peripheral everything works fine. But I need to change the signal-sequence at run-time. According to the ESP32 RMT documentation, rmt_fill_tx_items() should be used to change the signal-sequence at runtime. But once I use rmt_fill_tx...