Other Parts Discussed in Thread: AWR1243, SYSCONFIG
Tool/software: TI-RTOS
I am using Processor SDK Vision 3.0.3, and a TDA2PxEVM attached to a custom board with AWR1243 radar chips connected via CSI-2 and UB953/UB960 serializer/deserializers. I have configured the AWR1243s, UB953, and UB960 chips, and the UB960 is forwarding data to the processor. However, when attempting to run the radar Capture+Null use-case, no data is collected. I believe this example was originally developed for TDA3x, so perhaps I missed a step in porting it for TDA2Px.
The technical reference manual for the TDA2Px states that VIP3_GCLK is used as functional clock to the CAL module. However, it appears to be on standby. Is that likely to be the issue? If so, how should I enable it?
TDA2Px[0x4A009030] = 0x00040001 CM_CAM_VIP3_CLKCTRL
I believe that the CAL module described in chapter 10 under the Camera Interface Subsystem (CAMSS) is used to read the CSI-2 data in this case (not the ISS Camera Adapter Layer instance CAL_B described in chapter 9). Is this correct?
I would greatly appreciate any suggestions. Please let me know if there is any additional information I can provide that would be helpful.
Thanks.