can i set vip parameters dynamically without deleting and creating all the links, just deleting and creating only capture link?
when i use vip1 port A ,i set it 16bits wide. and then i run the demo.
if i want to change the vip1 port A to 8 bits wide dynamically ,
after TI employee help me ,i just know the direction , but i dont know the details.
now i use this plan to change vip ,but it can not work .my plan is:
System_linkStop(capID);
System_linkDelete(capID);
config capture paramaters
System_linkCreate(capID);
System_linkStart(capID);
i need help .thank you very much