How to perform continuous sending and reading with DMA ?
Hello,I looked at an example of DMA on CubeMX and I got this code : /* Infinite loop */ while (1) { /* USER CODE END WHILE */ /* USER CODE BEGIN 3 */ if (transferErrorDetected == 1) { /* Toggle LED4 with a period of 200 m...