You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
example not compile under nRF51_SDK_8.1.0_b6ed55f.zip
Add inlude path for nrf_drv_gpiote.h
Add config folder and copy file nrf_drv_config.h with #define GPIOTE_ENABLED 1
Add file nrf_drv_gpiote.c to project
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
The text was updated successfully, but these errors were encountered:
Hi,
example not compile under nRF51_SDK_8.1.0_b6ed55f.zip
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
The text was updated successfully, but these errors were encountered: