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…
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…
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;…