Other Parts Discussed in Thread: AWR1642
Tool/software: TI-RTOS
In the mmWave Link doxygen, the start frequency parameter is specified as follows:
rlUInt32_t | startFreqConst |
Start frequency for each profile 1 LSB = 3.6e9 / 2^26 Hz = 53.644 Hz Valid range: 0x5471C71B to 0x5A000000 |
Where 0x5471C71B = 1.4167e9 and 0x5A000000 = 1.5099e9. Multiply both of those numbers by the LSB, 53.644Hz, and get values that are essentialls 76e9 and 81e9 which makes sense because it is the operating bandwidth of the AWR1642.
My question is, why is the default value for this field in the profileCfg 77? This is from the capture demo in SDK 1.1:
profileCfg 0 77 20 5 80 0 0 40 1 256 6000 0 0 30
I have used this configuration and managed to get ADC data that made intuitive sense.
Should I change this value instead to 77e9/53.644 = 1.4354e+09 so
profileCfg 0 1435400000 20 5 80 0 0 40 1 256 6000 0 0 30
Would this work?