When I want to output un sinewave which the points are included in the exc[z] array it is way slower if I use a timer interrupt : while(1) { HAL_GPIO_TogglePin(GPIOB,GPIO_PIN_0); //7 µS to send one point HAL_DAC_SetValue(&hdac,DAC_CHANNEL_1,DAC_A
Posted on September 02, 2017 at 12:01When I want to output un sinewave which the points are included in the exc[z] array it is way slower if I use a timer interrupt :while(1) { HAL_GPIO_TogglePin(GPIOB,GPIO_PIN_0); / / 7 µS to send one ...