Reply by Fredrik Hugosson December 12, 20062006-12-12
Hi!

1) Make sure you use the latest driver source from TI.
2) In vportcap.c, at the end of mdSubmitChan(), only channel A status is
reacted upon, channel B status is shifted 16 bits. Change to:
/* Check the correct bits for channel B. */
if ((vpis >> (chan->chanNum * 16)) & 0x40) {/* short field detected,
re-sync */
_covrRecover(chanp);
}

good luck....

/HUGO.

f...@yahoo.com wrote:
> Hi:
>
> do you get a solution? now , i am encounterred the same problem.
>> hi everyone,
>> I am using DM642 to design a chip,connect a A/D with every channel of each port(like VP0,VP1), however, the result is that channel A was working very well while channel B failed.I am puzzled.who can tell me the reason?thank you .
>>
>>
>>
>>
>>
>>
>
Reply by fait...@yahoo.com December 7, 20062006-12-07
Hi:

do you get a solution? now , i am encounterred the same problem.
> hi everyone,
>I am using DM642 to design a chip,connect a A/D with every channel of each port(like VP0,VP1), however, the result is that channel A was working very well while channel B failed.I am puzzled.who can tell me the reason?thank you .
>
>
>
>
>
>