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.

AWR1243BOOST: Cascading Configuration

Part Number: AWR1243BOOST
Other Parts Discussed in Thread: DCA1000EVM

I am using mmwavelink_example with DCA1000EVM to implement cascading. For Master device, I put

cascade_enable=1;

rlChanCfg_t.cascading = 1;

For Slave device, I put

cascade_enable=1;

rlChanCfg_t.cascading = 2;

Are there any other variable I need to modify?  Do I need to change 

unsigned char deviceMap = RL_DEVICE_MAP_CASCADED_1;

to 

unsigned char deviceMap = RL_DEVICE_MAP_CASCADED_2;?