Skip to content

Conversation

EFeru
Copy link

@EFeru EFeru commented Jun 22, 2020

  • the UART communication is improved based on UART Idle line detection interrupt
  • an Rx ring buffer is used to manage the UART incoming data
  • both Tx and Rx are efficiently handled using DMA
  • added posibility for User commnds via UART in DEBUG mode
  • added platformio.ini so firmware can be built using Platformio too

EFeru added 4 commits June 22, 2020 08:37
- the UART communication is improved based on UART Idle line detection interrupt
- an Rx ring buffer is used to manage the UART incoming data
- both Tx and Rx are efficiently handled using DMA
- added posibility for User commnds via UART in DEBUG mode
- In case of an Rx error instead of stopping the complete UART, only the Rx DMA is aborted and restarted.
- disabled the Rx errors to avoid DMA stop and additional need to manage the UART error handler
- to completely disable UART init functions in case is not used
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

Successfully merging this pull request may close these issues.

1 participant