Other Parts Discussed in Thread: AWR2944, , UNIFLASH, SYSCONFIG
Tool/software:
Hi,
I'm trying to run DDM configuration for SDK 4.4 aiming to increase to the maximal extent the number of ADC samples in a chirp. The reason behind that is a maximum processing gain for a long range application.
I took a profile "profile_3d_3Azim_1ElevTx_DDMA_awr2944_highRange.cfg" and changed the following CML lines:
profileCfg 0 77 7 7 20.81 0 0 8.883 0 384 30000 0 0 164
chirpCfg 0 5 0 0 0 0 0 15
frameCfg 0 5 128 0 384 50 1 0
to:
profileCfg 0 77 10 10 200 0 0 2.8 1 512 4200 0 0 30
chirpCfg 0 5 0 0 0 0 0 15
frameCfg 0 5 128 0 512 200 1 0
This application works - I tested it using a visualizer.
However, if I increase the number of ADC samples by any number - the configuration doesn't function.
The visualizer prompts that loading is fine in both cases (with Nadc=512 and Nadc=520) in the "Console Message" window, but the configuration with 520 ADC samples for example doesn't operate (I tried several numbers - the same effect).
According to "Interface Control" document (look at PF_NUM_ADC_SAMPLES), the limit for 4 RX is 2048 samples, so I'm by far from the limit.
What is wrong and what should be changed to achieve the limit of 2048?