This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1843BOOST: CCS code

Part Number: AWR1843BOOST

hi, I studied mrr demo code with CCS, 

when I studied  ''Adacanced frame setting'' code, I met this code and got confused.

#define SUBFRAME_Adcdata_PERIODICITY_VAL (10000000U) 

could you tell me what's meaning this code is? the unit of it is 10ns or 1/(600M), or even 5ns?  and

how long time is the result of this code "#define SUBFRAME_Adcdata_PERIODICITY_VAL (10000000U) "?

  • Hi,

    I think there is a typo in your post

    The information you are interested in should be - see example in "mrr_config_chirp_design_MRR120.h"

    #define SUBFRAME_MRR_PERIODICITY_VAL           (6000000U) // 30ms

    This defines the periodicity of the MRR subframe

    thank you

    Cesar