This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM-Q1: What is the cause of strmFIFOOvflCount in capture node?

Part Number: TDA4VM-Q1
Other Parts Discussed in Thread: TDA4VH

Hello,

Our app has been running on TDA4VH with rtos sdk 0703 for a long time, recently, we found someie error in capture node statistics, shown as below:

2024-04-09 16:33:29 [MCU2_0] 44524.177243 s: ==========================================================
2024-04-09 16:33:29 [MCU2_0] 44524.177476 s: Capture Status: Instance|0
2024-04-09 16:33:29 [MCU2_0] 44524.177540 s: ==========================================================
2024-04-09 16:33:29 [MCU2_0] 44524.177642 s: overflowCount: 0
2024-04-09 16:33:29 [MCU2_0] 44524.178003 s: spuriousUdmaIntrCount: 0
2024-04-09 16:33:29 [MCU2_0] 44524.178419 s: frontFIFOOvflCount: 0
2024-04-09 16:33:29 [MCU2_0] 44524.178614 s: crcCount: 19
2024-04-09 16:33:29 [MCU2_0] 44524.178924 s: eccCount: 1
2024-04-09 16:33:29 [MCU2_0] 44524.179122 s: correctedEccCount: 0
2024-04-09 16:33:29 [MCU2_0] 44524.179315 s: dataIdErrorCount: 0
2024-04-09 16:33:29 [MCU2_0] 44524.179494 s: invalidAccessCount: 0
2024-04-09 16:33:29 [MCU2_0] 44524.179576 s: invalidSpCount: 0
2024-04-09 16:33:29 [MCU2_0] 44524.179711 s: strmFIFOOvflCount[0]: 0
2024-04-09 16:33:29 [MCU2_0] 44524.179902 s: strmFIFOOvflCount[1]: 0
2024-04-09 16:33:29 [MCU2_0] 44524.179995 s: strmFIFOOvflCount[2]: 83
2024-04-09 16:33:29 [MCU2_0] 44524.180073 s: strmFIFOOvflCount[3]: 18
2024-04-09 16:33:29 [MCU2_0] 44524.180180 s: Channel Num | Frame Queue Count | Frame De-queue Count | Frame Drop Count | Error Frame Count |
2024-04-09 16:33:29 [MCU2_0] 44524.180338 s: 0 | 440339 | 440337 | 893735 | 0 |

I notice there are many strmFIFOOvflCount for channel 2 and channel 3, and also some crcCount adn eccCount. these errors has never appeared before.

So please help me, what could possibly cause these errors?