MaJerle / stm32-usart-uart-dma-rx-tx

STM32 examples for USART using DMA for efficient RX and TX transmission
MIT License
1.27k stars 319 forks source link

Do the variable named usart_rx_dma_buffer not need to be declared volatile? #32

Open gqhyuhuofei opened 1 year ago

MaJerle commented 1 year ago

In big theory, yes.