From 82152115cbe823bbb56aee977906636b9432f2b7 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 13 Sep 2014 08:38:46 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7267 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F4xx/adc_lld.c | 2 +- .../STM32F4xx-ADC (OpenOCD, Flash and Run).launch | 52 ++++++++++++++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 testhal/STM32/STM32F4xx/ADC/debug/STM32F4xx-ADC (OpenOCD, Flash and Run).launch diff --git a/os/hal/ports/STM32/STM32F4xx/adc_lld.c b/os/hal/ports/STM32/STM32F4xx/adc_lld.c index cd53ad578..fedd3b70b 100644 --- a/os/hal/ports/STM32/STM32F4xx/adc_lld.c +++ b/os/hal/ports/STM32/STM32F4xx/adc_lld.c @@ -107,7 +107,7 @@ static void adc_lld_serve_rx_interrupt(ADCDriver *adcp, uint32_t flags) { * * @isr */ -OSAL_IRQ_HANDLER(ADC1_2_3_IRQHandler) { +OSAL_IRQ_HANDLER(Vector88) { uint32_t sr; OSAL_IRQ_PROLOGUE(); diff --git a/testhal/STM32/STM32F4xx/ADC/debug/STM32F4xx-ADC (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F4xx/ADC/debug/STM32F4xx-ADC (OpenOCD, Flash and Run).launch new file mode 100644 index 000000000..85945d691 --- /dev/null +++ b/testhal/STM32/STM32F4xx/ADC/debug/STM32F4xx-ADC (OpenOCD, Flash and Run).launch @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3