How to wire BlueNRG-M2SA for UART communication
What pins should we use if we would like to interface with the BlueNRG-M2SA module via UART. We currently use a UART interface on an older competing Bluetooth module and would like stay with that communication interface instead of SPI which is used on the evaluation boards.
My schematic is currently wiring up a STM32L475RC processor to the BlueNRG-M2SA module as follows.
USART3_TX --> Pin 3 DIO4
USART3_RX <-- Pin 4 DIO5
USART3_RTS --> Pin 15 DIO0
USART3_CTS <-- Pin 9 DIO6
I have our RTS signal connected to DIO0 instead of DI07 because we plan to actively drive DIO7 as part of the BOOT feature. I would like to use whatever the default UART pins are so as to minimize software work.
I also have a question about the GND on pin 21. On the schematic for the STEVAL-IBD008V1M evaluation board, this pin is called GND_RF. There is also an inductor L3 in series between the pin and GND. Is this needed and if so, what is the value or manufacturer part number? This is not described in the datasheet.
I have attached a snippet of our preliminary schematic. I also attached a snippet of the the STEVAL-IBD008V1M schematic which shows L3.
Thank you for your assistance.


