Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STM32H5 serial has FIFO mechanism, can you please update this new kind of method to article in addition? #40

Open
ZeguangCai opened this issue Sep 2, 2024 · 1 comment

Comments

@ZeguangCai
Copy link

ZeguangCai commented Sep 2, 2024

Hi MaJerle!
What a nice article!Thanks for your contribution.
I am now disturbed by new feature of STM32H5's UART FIFO.
image
I'd like to know FIFO mechanism is suit for which kind of application.Can we use FIFO to replace DMA?
Best wishes!

@MaJerle
Copy link
Owner

MaJerle commented Sep 2, 2024

You can always use FIFO which allows you to store up to some amount of data (btw, this is not new feature in H5, many other STM32s have this feature), but it does not replace the DMA. You still have to manually ready data from receive buffer, just that receive buffer can hold more bytes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants