Sorry, but there are no more tags available to filter with.
  • nrf_drv_gpiote_in_init silently fails

    Hi, I call nrf_drv_gpiote_in_init in multiple places during initialisation to get all peripherals configured. At some point it stops working in the sense that it doesn't produce an error, but I also don't see Configuration created for GPIOTE when I…
  • NRF52832 error : Not enough information to list image symbols, .\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol app_pwm_init (referred from main.o).

    i try to modify the saadc exemple program by includding pwm , but after including header file in the application , source in driver, and includding target, i get error always: linking... .\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol…
  • Can't access variable in IRQ Handler

    Hi, I'm getting familiar with my nRF52 DK (PCA 10040). I stumbled on something when I was doing an application that toggles LED1 on every TIMER0 event (200ms). Here is my code #include "stdint.h" #include "nrf52.h" //volatile uint32_t varA;…