This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA3LX: Radar SDK: Documents for ISS link firmware

Part Number: TDA3LX

Hi expert,

Because we met some problem when building our own program based on user cases in radar SDK, we want to know more information about data process of ISS link firmware in 

C:\PROCESSOR_SDK_RADAR_03_00_00_00\vision_sdk\links_fw\src\rtos\links_ipu\iss_capture

Could you please let me know where i can find documents for these firmware?

Thank you.

Regards,

Allen

  • Hi Allen,


    ISS capture link is based on the Vision SDK's link & chain framework, you could find more details about it in the doc folder, in the userguides and architecture documents. Let us know if you need any more information about this link.

    Rgds,
    Brijesh
  • Hi Brijesh,

    Thank you for quick reply. From Vision SDK docs, i could only find an overview in architecture documents on iss capture link. Do you know if we can provide more details about the iss capture link design? Like an flow chart...etc?
    Thank you.

    Regards,
    Allen
  • Hi Allen,

    As i said, iss capture link is based on the standard link&chains framework. So it runs a task and processes commands like create,start,stop and delete. It uses internally iss drivers to configure capture module. When it gets captured frame from the driver, it just forwards it the next link connected to the iss capture link.

    Rgds,
    Brijesh