Hi:
refer to sdk\demo\awr294x\mmw\mss
collect rawData(header),subFrame1 has 256 sample, and subFrame has 512 sample, during reConfig, the totalLengthLSW or totalLengthMSW may not changge when checking the rawData
use subFrame trigger, and there are 2 subFrames, HW mode, in MmwDemo_LVDSStream_HwTriggerFrameDone cbFxn, we do this:
1. CBUFF_deactivateSession
2.config adcbuf(Adc_DataPathConfigAdcBuf--using the function,the rawdata length change)
3.delete HW session(CBUFF_close() and HSIHeader_deleteHeader())
4.config HW session(HSIHeader_createHeader() and CBUFF_createSession())
5.CBUFF_activateSession
And the problem: rawdata can renew, but HSI header infomation cant renew when reconfig?
the error is HSI header config or cbuff config or other?