2026-01-19 11:03 PM
Hi,
I can't find a way to select in MEMS Studio which MLC filters are passed FIFO and how to enalbe MLC result in FIFO.
Configuration created by MEMS studio enabled MLC_FILTER_FEATURE_FIFO_EN in EMB_FUNC_FIFO_EN so I see selected MLC features in FIFO but nothing more - no filters, no results.
I manually enabled MLC_FIFO_EN but MLC results didn't appear in FIFO.
I tried to enable filters manually in mlc.json by adding "fifo": "true" to filters in json file, but it didn't help.
I've attached MLC files.
Best regards
Tomasz
Solved! Go to Solution.
2026-01-27 3:20 AM
Hi @tomny ,
The MLC results go into FIFO only when the class changes.
For filters, you are enabling the global bit for filters and features, but then at the configuration level generated by the tool, each individual filter must be enabled.
To do this, you must enter -MLC_enable_filters_in_FIFO in the custom options of “Config generation” by clicking on the “...” button.
2026-01-26 5:52 AM
Hi @tomny ,
The filter results go into FIFO only when there are class changes. You probably didn't have any class changes in your tests.
2026-01-26 6:02 AM
It's true about MLC results (selected class) - I would need to check it again if I had it changing.
But that about MLC filters? They should be present each windows like features. I don't know how to enable them.
Best regards
Tomasz
2026-01-27 3:20 AM
Hi @tomny ,
The MLC results go into FIFO only when the class changes.
For filters, you are enabling the global bit for filters and features, but then at the configuration level generated by the tool, each individual filter must be enabled.
To do this, you must enter -MLC_enable_filters_in_FIFO in the custom options of “Config generation” by clicking on the “...” button.
2026-01-28 1:44 AM - edited 2026-01-28 1:45 AM
Hi,
Passing MLC_enable_filters_in_FIFO in config generation helped! Thanks
I didn't check if MLC results are there, because in current project I don't use DT - that explains no results in my case.
Best regards
Tomasz