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.

now i want to create 4 swMSLink, i created 2 swMslink, create 3th swMsLink, crash log blow

[m3vpss ] 10782: SWMS: Create in progress !!!
[m3vpss ] UTILS: DMA: Allocated CH (TCC) = 63 (63)
[m3vpss ] UTILS: DMA: 0 of 1: Allocated PaRAM = 63 (0x490047E0)
[m3vpss ] 10887: Assertion @ Line: 158 in links_m3vpss/swMs/swMsLink_drv.c: status==FVID2_SOK : failed !!!


TCC MAX COUNT is 64,and capture dma is 58

[m3vpss ] 33304: CAPTURE: Create in progress !!!
[m3vpss ] 33338: CAPTURE: VIP0 PortA capture mode is [16-bit, Non-mux Embedded Sync] !!!
[m3vpss ] 33664: CAPTURE: VIP1 PortA capture mode is [16-bit, Non-mux Embedded Sync] !!!
[m3vpss ] UTILS: DMA: Allocated CH (TCC) = 58 (58)
[m3vpss ] UTILS: DMA: 0 of 4: Allocated PaRAM = 58 (0x49004740)
[m3vpss ] UTILS: DMA: 1 of 4: Allocated PaRAM = 64 (0x49004800)
[m3vpss ] UTILS: DMA: 2 of 4: Allocated PaRAM = 65 (0x49004820)
[m3vpss ] UTILS: DMA: 3 of 4: Allocated PaRAM = 66 (0x49004840)

how to modify 58 to 32 or other value?