Help need with Interrupts
Posted on June 12, 2015 at 18:22I need to set up an interrupt on the digital line PB10 using a STM32L microcontrollerI have done this with the line PA0 using the following code:void initialize_EXTINT(){ RCC_APB2PeriphClockCmd(RCC_APB2Periph_SYSCFG,...