Hi Team,
My understanding based on 16KB ADC buffer on the 2243 that we can have max 4K samples/chirp complex and 8K samples/chip real. is this correct ?
In mmWave studio - below works for complex
ar1.ChanNAdcConfig_mult(14, 1, 1, 1, 1, 1, 1, 1, 2, 1, 0, 2)
ar1.ProfileConfig_mult(14, 0, 76, 7, 7, 500, 0, 0, 0, 0, 0, 0, 9.994, 0, 4096, 16000, 0, 0, 30)
but this doesnt work for real ...
ar1.ChanNAdcConfig_mult(14, 1, 1, 1, 1, 1, 1, 1, 2, 0, 0, 2)
ar1.ProfileConfig_mult(14, 0, 76, 7, 7, 500, 0, 0, 0, 0, 0, 0, 9.994, 0, 8192, 16000, 0, 0, 30)
Am I doing something wrong ? Thanks for clarifying.