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.

AWR1642: combine 1024 chirp as a frame error with sdk01.01.00.02

Part Number: AWR1642

hi

i'm trying to combine 1024 chirp as a frame in my application.so the parameter i'm setting as below:

in the mss side :

frameCfg->chirpStartIdx = 0;
frameCfg->chirpEndIdx = 511;
frameCfg->numLoops = 2;
frameCfg->numFrames = 0;
frameCfg->framePeriodicity = 100 * 1000000 / 5;

profileCfg.profileId = 0;
profileCfg.startFreqConst = (uint32_t) (77 * (1U << 26) / 3.6);
profileCfg.rampEndTime = (uint32_t)((float)58 * 1000 / 10);
profileCfg.freqSlopeConst = (uint32_t)(1 * (1U << 26) / (3.6*1e3*900)); //2^26 *1e6/((3.6*1e9)*900)
profileCfg.numAdcSamples = 64;

in the dss :

i had comment some values in the MmwDemo_datapathConfigBuffers() just for my test , 

and i had comment the function of MmwaDemo_interFrameProcessing();

my propose is that letting the project running with no error.

but some error happen as below.

the dss show error first .

the Debug shows problem in the mailbox_write, i guess the problem may happen in the dss send object to mss which used the mailbox ,but in the Expressions shows the chirpIntCounter is 258,  it will not happen that mailbox tranformation,

and i put a broken point in the dss_main show in the picture , the program is not running in here.

I can not located problem in the console shows , what the {module#34}:line 202: where can i find the souce?

hope you can help me to check this problem. thank you.

br 

havi