User Activity

Hey,after trying to setup a different PIN for example: PC0 for PWM I just can not get it to work.But this sample code works only for PA5:  #include "stm32f3xx.h" int main(void) { RCC->AHBENR |= RCC_AHBENR_GPIOAEN; RCC->APB1ENR |= RCC_APB1ENR_TIM2E...
Kudos given to