akospasztor / stm32-dma-uart

Efficient DMA timeout mechanism for peripheral DMA configured in circular mode demonstrated on a STM32 microcontroller.
MIT License
125 stars 46 forks source link

Adaptation to STM32f4 #5

Open userpc4334 opened 5 years ago

userpc4334 commented 5 years ago

Hi, we try to work with your great library but in stm32f4 and not in stm32l4.

How can we do it? Thanks.

ghost commented 5 years ago

What you can't port? I already did that a year ago and it was fine, just had to change something related to USART IDLE register, but I don't remember anymore.