Skip to content

GPIOTE_IRQHandler multiply defined (by nrf_drv_gpiote.o and app_gpiote.o). #13

Open
@x893

Description

@x893

Hi,
example not compile under nRF51_SDK_8.1.0_b6ed55f.zip

  1. Add inlude path for nrf_drv_gpiote.h
  2. Add config folder and copy file nrf_drv_config.h with #define GPIOTE_ENABLED 1
  3. Add file nrf_drv_gpiote.c to project
  4. Add file nrf_drv_common.c

On build i see next message

# ._build\ble_app_lbs.axf: Error: L6200E: Symbol GPIOTE_IRQHandler multiply defined (by nrf_drv_gpiote.o and app_gpiote.o).

What is GPIOTE_IRQHandler i need remove ?
From app_gpiote.c(97) : void GPIOTE_IRQHandler(void) or from nrf_drv_gpiote.c(443) : void GPIOTE_IRQHandler(void) ?

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions