... may be a too late but likely this will fix the error:uint16_t buffer[2] = {42, 21}; // 42 is 50% duty cycle for my config, 21 is 25%[...]// At the end of timer4 initHAL_TIM_PWM_Start_DMA(&htim4, TIM_CHANNEL_4, (uint32_t*) buffer, 2);[...]It want...
Posted on July 10, 2017 at 17:58Hello ST Team,The Cube is BAD with 4K resolution monitor, but the ST MCU Finder is REALLY BAD.Please, do something quickly!Best regards,Dalmo
Posted on May 03, 2017 at 17:39You cant. USB virtual com is a simulation of a serial port. It does ignore all the settings of a serial port. Baudrate, parity. etc.Check buffers in and out to know if the transfer is complete.