Hi,
We are designing a board that is controlled by a NRF52840 and that will use a NRF21540 (FEM) to enhance its radio link budget.
We will use the FEM with diversity antenna. We intend to switch power and antenna depending on the node the system is talking to, in order to get the best link margin possible.
Furthermore our NRF52840 use a QSPI flash memory for storing data.
According to the NRF21540-DK the pin controls are both SPI and IO and on the DK,
- the IO are HIGH-speed 40MHz pins
- the SPI pins are LOW-speed
As the HIGH-speed pins are used on our design for the QSPI and other HIGH-speed pins are used for I2C 2x, UART 2x, SPI 1x, and SDCard, we need to know if the HIGH-speed pins on the NRF21840 are necessary for our application.
Further questions arise if HIGH-speed control pins are necessary:
- can we control the FEM only with SPI ? Our idea is to use the same HIGH-speed spi for the FEM and our other peripherals
- If the SPI used to control the FEM is HIGH-speed, do we have equivalent control than with the DK choice: a IO HIGH-speed and a SPI LOW-speed ?
- If no, what do we loose ?
- Best regards,