I am using IWR6843ISK board and the 68xx_mmwave_sdk_dsp of out_of_box_demo as project code.
I have question.
I am using 2 chirp in one frame with LVDS stream.
I want to send different information each chirp at below code position (appExtensionHeader).
< code position >
MmwDemo_LVDSStream_MCB_t* streamMcb = &gMmwMssMCB.lvdsStream;
streamMcb->hwSessionHSIHeader.sdkHeader.appExtensionHeader
but I don't know timing that i must change appExtensionHeader info for 2nd chirp.
when must i change appExtensionHeader info for 2nd chirp?
please explain that in detail.
thank you.