User Activity

hey!I'm using timer 1 in OC mode with toggling the output. I also want to change the timer overflow value with the values predefined in the buffer.I define buffer as:uint16_t data[5] = { 50, 50, 100, 50, 50};Then in main I call:HAL_TIM_OC_Start_DMA(&...