Skip to content

Draft: Extension of FELIX firmware trigger via trickle config block for Strips

Zhengcheng Tao requested to merge devel_star_felix_trickletrig into devel

Add an option "use_trickle_count" in StarFelixTriggerLoop to use the trickle trigger counter to iterate the trickle memory repeatedly for sending trigger bursts. This is an extension for the StarFelixTriggerLoop from !545 (merged).

The new 16-bit unsigned counter added in each LCB encoder block of the FELIX Strips firmware controls the number of repetitions to send the contents in the trickle memory when software issues a TRICKLE_TRIGGER_PULSE. Its value is the number of repetitions minus one.

Merge request reports