Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
x893 opened this issue Aug 23, 2017 · 0 comments
Open

Comments

@x893
Copy link

x893 commented Aug 23, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant