Question
UART Emulation on stm32f0 series?
Hello. I know that UART emulation is possible for stm32f4 series but is there any implementation for the same using stm32f0 ?
Copying the same h and c source files into the project does not work as it has too many DMA dependencies and I observe the HAL_dma.h file of stm32f4 is different from that of stm32f0
