Skip to content

ADC Interrupts Vector is wrong on STM32F103 #248

@asmfreak

Description

@asmfreak

This block from modm/src/modm/platform/adc/stm32/adc_interrupts.cpp.in is wrong on STM32F103.

extern "C" void
ADC_IRQHandler(void)
{

The real name of this handler is

extern "C" void
ADC1_2_IRQHandler(void)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions