- Modified shell_port.c to replace interrupt-based UART reception with DMA. - Introduced a DMA buffer for UART data and adjusted the shell buffer handling. - Added idle interrupt handling to process incoming data from the DMA buffer. - Updated freertos_f407.ioc to configure DMA for USART1 RX and TX. - Enabled necessary NVIC interrupts for DMA streams associated with USART1. |
||
|---|---|---|
| .. | ||
| FreeRTOSConfig.h | ||
| dma.h | ||
| gpio.h | ||
| main.h | ||
| rtc.h | ||
| sdio.h | ||
| spi.h | ||
| stm32f4xx_hal_conf.h | ||
| stm32f4xx_it.h | ||
| usart.h | ||