I'm using TMS320C5515 and try to run the FDK_DEMO application.
In the module TA_hal_sccb.c, in line 248, the following statement:
while (!VSYNC);
get to infinit loop. The polled signal is the bit 22 (mask 0x4000) in port 0x1C08.
What is the V-SYNC signal and way it is never set to '1' ?
P.S. The application pre-burned on the board function correctly so probrbly the H/W is OK.
Michael