Skip to main content
e^iPI + 1 = 0
Associate
November 9, 2019
Question

Hello, I need to receive, from usart, a non kown amount of data, is there any implementation of DMA ring buffer for HAL library and stm32f407? Thank you.

  • November 9, 2019
  • 2 replies
  • 724 views

..

This topic has been closed for replies.

2 replies

waclawek.jan
Super User
November 9, 2019
e^iPI + 1 = 0
Associate
November 11, 2019

Ok but I saw that it runs on LL driver library, is there any other option?

Tesla DeLorean
Guru
November 11, 2019

Not sure why LL/HAL should matter, somewhat of a moving target as to how ST might evolve things.

Better perhaps just to understand how the underlying hardware works, and localize the device specific code as tightly as possible.

A lot of the HAL code is unnecessarily large and convoluted.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..