Hello,
I've been following the DVSDK examples and at this point have an application which is using a couple of the vports. In the DVSDK samples, the VPORT0_init(), VPORT1_init() and the rest configure the PINMUX register. These VPORT*_init() calls are fired off by the BIOS since they are listed in the TCF file - this happens before main() is even called. All is good up until this point. However, it looks like something (BIOS maybe?) is resetting the PINMUX register to 0 after the VPORT*_init() calls and before main(). I have temporarily added code to reset the PINMUX back to the value I need in main(), but this is not an ideal solution. Is there a prefered way to set PINMUX?
Thanks,
Peter