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
I found out that this signal is connected to the optical Fingerprint sensor of the TMS320C5515.
I connected the optical sensor and the FDK_DEMO works fine.
The problem is that I need to work with the swipe sensor.
As far as I can tell, the FDK_DEMO code support only the optical sensore.
Can someone tell me ware can I find demo code for the swipe sensor?
Michael