mirror of
https://github.com/EFeru/hoverboard-sideboard-hack-GD.git
synced 2026-02-17 15:41:08 +00:00
Major UART communication improvement
- the UART communication is improved based on UART Idle line detection interrupt - both Tx and Rx are efficiently handled using DMA Other: - minor visual improvements
This commit is contained in:
@@ -27,8 +27,9 @@
|
||||
// Function declarations
|
||||
void gpio_config(void);
|
||||
void usart_config(uint32_t selUSART, uint32_t selBaudRate);
|
||||
void usart_Tx_DMA_config(uint32_t selUSART, uint8_t *pData, uint32_t Size);
|
||||
void usart_Rx_DMA_config(uint32_t selUSART, uint8_t *pData, uint32_t Size);
|
||||
void usart_Tx_DMA_config(uint32_t selUSART, uint8_t *pData, uint32_t dSize);
|
||||
void usart_Rx_DMA_config(uint32_t selUSART, uint8_t *pData, uint32_t dSize);
|
||||
void usart_nvic_config(void);
|
||||
|
||||
void i2c_config(void);
|
||||
void i2c_nvic_config(void);
|
||||
|
||||
Reference in New Issue
Block a user