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;?