Problem with peripheral register configuration on STM32F303RE — only UART and TIM3 work, others (TIM2, TIM4, GPIO) cannot be configured
Hi,I'm working on an STM32F303RE project.So far, only the UART and TIM3 are working properly.I successfully configured TIM3 in PWM mode on 3 channels, and everything runs as expected. Project is build only on CMSIS libirary. void clock_config(void) {...