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

Why is the function "gpiote_init()" conflicting with the bluetooth code?

Hello, I tried to add the code of the bluetooth tutorial called "Bluetooth low energy Characteristics, a beginner's tutorial", with a code that measures the delay of two forms of waves, but when debuging them together there is a function:

gpiote_init();

which is conflicting with the bluetooth transmission. (4 LEDs are on)

When I comment this function the bluetooth works normally. Why this happens? Do you help me find out the mistake?

The main.c is:

main.c

Related