HAL UART DMA and SubGhz configuration bug
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...