User Activity

Hey,Im working with nucleo-wl55jc1 and I’m trying to work with 300kbps rate.I’ve read in the RM0453 reference manual that it is possible, but as I know the gfsk parameters doesn’t allow this rate.Can someone recommand gfsk parameters that work will w...
Hey, Im trying to use interrupts from UART DMA and SubGhz with STM32WLE5CCU. I noticed that I don’t get interrupts from both when I don’t define delay time between the configurations. The current code:MX_GPIO_Init();HAL_Delay(25); // because of bugMX...