In the startup file startupstm32f10xcls all the interrupt ro
     In the startup file \"startup_stm32f10x_cl.s\", all the interrupt routine names are defined. Four are listed below. However one has a typo in it. Which one?  USART3_IRQHandler  USART1_IRQHandler  ADC1_IRQHandler  SysTick_Handler 
  
  Solution
Correct option is C.
The correct name would be ADC1_2_IRQHandler

