Hi,
I am having trouble using VCP2. I have an example project (based on TCI6482TCP2VCP2BER by Sebastien Tomas) and it works. But state metrics are re-initialized before decoding each frame. I need to use the state metrics continually, because the data stream I get is encoded without resetting the metrics (as if it is a big message). So, when I am using the example project for decoding this data, first bytes of some messages are decoded wrong.
I have some questions regarding the example project.
1) What is the traceback length in this example? What parameter is it?
2) What is frame length? (length of the frame to be decoded?)
3) Are these lengths in bytes or bits?
4) How to prevent re-initializing the state metrics? Which parameters, registers, definitions should I alter? (I guess, what I want to use is convergent traceback mode).
I am using C6474. The document SPRUG20B is not so helpful to me, probably because I am a total newbie.
Thank you.