How to change NDTR after enabling DMA stream?
I can want to change NDTR after enabling DMA stream. but I can't. This is the part of code... LL_DMA_EnableStream(DMA1, LL_DMA_STREAM_5); // works fine now // but I want to change the data length only LL_DMA_SetDataLength(DMA1, LL_D...