This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

GPIOTE_config_irq_priority error

Hello everyone,

i am trying to compile the Ble-UART_example but everytime it shows this error 'GPIOTE_config_irq_priority is undefined ) and i dont know what went wrong because it is just a library files can anyone tell me how to solve this issue any sugestions would be appreciable

Thank you

Parents
  • There is only GPIOTE_CONFIG_IRQ_PRIORITY (C compiler is case sensitive) and it is define in SDK8.1 and SDK9.0 in components\drivers_nrf\config\nrf_driv_config.h

    Where did you get that Ble-UART-example which uses "GPIOTE_config_irq_priority "?

  • for that exmaple it is working well from that github i took the button example nrf51_app_button_exmaple_master for that program it is not using any softdevice but it is showing the same errors what i should do for that?

Reply
  • for that exmaple it is working well from that github i took the button example nrf51_app_button_exmaple_master for that program it is not using any softdevice but it is showing the same errors what i should do for that?

Children
No Data