Other Parts Discussed in Thread: AWR2243, TDA2
Hi,
I realise the way TI's mmWave cascade card is configured is such that there is a minimum inter frame interval I can set depending on the chirp waveform.
So to achieve 1 millisecond of inter frame interval, I have reduced the number of chirps per loop to 16 (can't seem to be lower if not the data extraction process gives some error of log2(x) > 3). However, the inter frame interval that I can achieve is only 7 millisecond minimal for now.
So I want to know what else can/should I configure in the LUA script to achieve this level of 1 millisecond inter frame interval. I believe there's this setting of start_chirp_tx and end_chirp_tx that is restricting the number of chirps per frame but I've no clue what it represents and I've left it to the default setting of 0 and 11 respectively (if any lower the data extraction code throws array size changing error as well).
Please advise how should I proceed. Thanks!