STM32 turning DMA on and gives odd results
I am trying to dynamically start and stop PWM and DMA which are triggered by a timer with this code: void CAM_startLineTransfer(CAM_HandleTypeDef *cam) { // init DMA while (cam->requestDataTimer->Instance->CNT <= 60) {} HAL_TIM_PWM_Start...