STM32F767 DMA double buffer mode with differing buffer lengths
I'd like to setup the DMA engine to use double buffer mode, but on different size buffers. It seems that there is only one NDTR register per stream, and the user manual says this can only be written to when the stream is disabled.So combining this in...