Posted on December 21, 2017 at 09:36Hi Clive,the mcu is STM32F030K6, PWM=38KHZSystemCoreClock = 8000000; // 8MHZ with the chip itself runs at 48MHzSo setting so far are like following ?: ♯ define PERIOD_VALUE (uint32_t)(666-1) /* Period Valu...
Posted on December 20, 2017 at 16:29Hi Mike & Vangelis,am also struggling with setting the PSC values to get pwm output of 28KHz for an IR Led, could you please tell me how did you manage to have the exact values to get 38KHz as an output. I am usin...