Great answer; this method using "HAL_DMA_Start_IT" worked for me as well. Thank you!!!static void PWMStartDMAOutput(uint32_t *data, uint16_t size)
{
static bool first_run = true;
if (first_run) {
HAL_TIM_PWM_Start_DMA(&htim2, TIM_CHANNEL_1, d...
For me it seems that brokers are part of the problem and not part of the solution for the chip shortage problem. I mean; ST produces chips all the time, but stocks for every STM32 derivate, even exotic ones, from regular distributors are completely e...