async-stm32f1xx icon indicating copy to clipboard operation
async-stm32f1xx copied to clipboard

Abstractions for asynchronous programming on the STM32F1xx family of microcontrollers.

Results 1 async-stm32f1xx issues
Sort by recently updated
recently updated
newest added

As I see you only use DMA interrupts to control serial transfer. This is not enough for correct operation. In case of receiving we should at least handle an idle...