Roman Jasmann
Roman Jasmann
**Describe the set-up** * Custom board populated with the STM32WLE5. * Keil MDK-ARM V5.36.0.0. * 8 devices running in LoRaWAN class C. **Describe the bug (skip if none)** If a...
After calling `vcom_Init`, the UART receiver is configured and ready to receive data. The problem is that when you later call `vcom_ReceiveInit`, the UART receiver might have already received some...
In utilities_def.h it is possible to add additional task priority numbers and task numbers: ``` /** * This is the list of priority required by the application * Each Id...
The complete SPI transaction in SX1272WriteBuffer and SX1272ReadBuffer in sx1272.c is not protected by a critical section. SpiInOut in spi-board.c does protect the SPI transfer by a critical section, but...