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.

AWR2944: How to change sessionCfg.header

Genius 13655 points
Part Number: AWR2944

Hello Champs,

Customer defined an array for sessionCfg.header, but after modifying the array in LVDSStream_HwTriggerFrameDone,the lvds signal doesn't output the new value. How to change the value in sessionCfg.header?

Below is some code. 


Thanks
Regards
Shine

  • Hi

    Due to local holiday we will be able to get back to you on Thursday

    thank you

    Cesar

  • Hello Shine,

    The customer can go through the CBUFF code here C:\ti\mmwave_mcuplus_sdk_04_04_01_02\mcu_plus_sdk_awr294x_09_00_00_15\source\drivers\cbuff\v0\cbuff_transfer.c:

    This api is what sets up the header,  during the beginning and configures the EDMA for it as well
    Please advice the user to go through the same and try to modify.

    You cannot modify it like that as that has no impact on the hardware trigger session.
    The hardware trigger session is not dependent on the software, once the hardware trigger starts you cannot modify these headers as and when you want, that is why you have the software triggered session where you have the control.


    Regards,
    Saswat Kumar