2021-03-10 04:27 AM
2021-03-10 05:04 AM
I think that lost something in translation..
Define high speed.
Should be possible to deal with 3 concurrent serial streams at 460800 baud using DMA on an STM32F4 platform. I'd hazard it could go significantly higher.
I personally wouldn't use HAL to do this, but to each their own..
2021-03-10 05:04 AM
I think that lost something in translation..
Define high speed.
Should be possible to deal with 3 concurrent serial streams at 460800 baud using DMA on an STM32F4 platform. I'd hazard it could go significantly higher.
I personally wouldn't use HAL to do this, but to each their own..
2021-03-10 06:34 PM
thanks,I try it