Resolved! Can anyone help me figure out what I'm doing wrong? (trying to use ADC on STM32F3 discovery board)
I wrote this code to initialize ADC1. What Im trying to do is take input from a Joystick and map it accordingly and send a corresponding PWM output to a LED. RCC->CFGR |= RCC_CFGR2_ADCPRE12_DIV2; RCC->AHBENR |= RCC_AHBENR_ADC12EN; ...