Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi,
In AWRL6432 SDK, w_FramePeriodicity is used for frame period setting. It is a fixed period, for example 100ms. But in my application, dynamic frame period is required due to dynamic processing time. I want to trigger frame by software control instead of timing.For example, frame 1 post process request 66ms, after post process, trigger next frame immediately, frame 2 80ms, frame 3 150ms, frame 4 45ms.
What can I do? Thanks.