I've inherited a project that is (supposed to be) near completion and I'm finding the FVID_dequeue function returns -10 on every call.
The FVID_create and FVID_allocBuffer function as expected and the first frame is displayed when it is queued. No subsequent frames are displayed when queued and the dequeue fails.
I suspect there may be a problem / conflict with interrupt handler assignment or the interrupt enables preventing the frame buffer from being turned over at the end of the field.
Has anyone seen & solved a problem like this? Where might I find details on the driver interrupt configuration?
- Steve