2022-09-29 02:48 AM
We are working on satellite tracker . which is using STM32F4 and STV0910 as a tuner board.
I see in some on the SATV0910drivers source code , that chip has TS PID filter in it (RSTV0910_P2_TSPIDFLT0 [0xf347] / RSTV0910_P2_TSPIDFLT1 [0xf346] ) , which will be useful for us to reduce the amount of TS packets to get from demodulator.
I already check datasheets ( also stv0910ADA ) didn't find any useful information .
Question is :
if that pid filter , works like that we imagine ( just filter TS out with the setted pid in to that registers ) . Could you please give us more information to how to use that register .
Thanks.