SPRUJ79 November 2024 F29H850TU , F29H859TU-Q1
The purpose of this filter is to regulate throughput via the DLT FIFO, and to divide Data Logging within a LINK into multiple sections.
Each Data Log set is preceded by a TAG identifier. This TAG can be masked with a reference and used to enable/disable entries into the internal FIFO. This also helps in preventing overflow of Data Logging FIFO, by prioritizing the different Data Logging sections. This feature must be enabled using TAG_FILTER_EN, which is a static configuration.
If TAG_FILTER_EN && ((TAG & TAG_FILTER_START_MASK) = TAG_FILTER_START_REFERENCE), data logging is started.
If TAG_FILTER_EN && ((TAG & TAG_FILTER_END_MASK) = TAG_FILTER_END_REFERENCE), data logging is stopped.