Tool/software:
Hi TI experts :
I am tracing the source code inside "out_of_box_6843_aop" demo by following the process diagram
on TI website. However , I am confused by the "frame event" trigger mechenism. Acccording to the
comments in the source code " DPC frame start function registered with DPM. This is invoked on
reception of the frame start ISR from the RF front-end" . Does that mean there is an ISR program
to invoke DPC_ObjectDetection_frameStart() ? If yes , where is this part of source code? I assumed
there should be a function pointer called "DPM_ProcChainFrameStartCallbackFxn frameStartFxn" to
invoke it like DPM_ioctl() passing the configurationial messages to DPM_msgRecv() to invoke
DPC_ObjectDetection_ioctl()