Tool/software: Code Composer Studio
mmwave_sdk_1.1.0 has been used in the development of AWR1443,I have encountered some problems with the ADC sampling and waveforms during profile configuration:
1.The ADC sampling range is 2000~37500 ksps in the demo program,can it be lowered to 200~300ksps?
2.If the sampling rate is only above 2000ksps,can the number of sampling be configured above MAX_NUM_SAMPLES? I think the number of the sampling should be constricted to the size of adcbuff. Can be raw ADC data be transmitted to DMA directly,not through the ADC Buffer?
3.Can the rampEndTime be configured above 5ms?