Issues with using LimeSDR in MIMO2x2 Spatial Multiplexing Mode

Hello @obaidz8,

Check this resource, please:
https://wiki.myriadrf.org/LimeSDR-USB

You will find a link to calibration description in chapter “4. Documentation”.

You should use a fan if the boards heats up in your application. Check this for more details.

For data synchronization between A and B channels I would suggest this procedure:

  1. Disable clock generator, set EN_G_CGEN 0x0086[0]=0;
  2. Reset RxTSP logic registers by toggling(1->0->1) 0x0020[9] LRST_RX_A and 0x0020[11] LRST_RX_B;
  3. Enable clock generator, set EN_G_CGEN 0x0086[0]=1.
1 Like