How do stm32wl33 CPU and the sub-1GHz wireless (Radio) communicate?
SPI or serial port?
If it weren't for those two, Then why must the MCU_API_delay() function be set while ((LL_USART_IsActiveFlag_TXE_TXFNF(USART1) == RESET) || (LL_USART_IsActiveFlag_TC(USART1)) == RESET)) {};
We can use both uart of MCU, so I want to confirm with you whether it is necessary to configure here.

