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

BLE Init conflicting with Interrupt

I try to add an BLE function with "ble_stack_init". The problem is that after executing this function, the interrupt doesn't work (I add a function in the interrupt, but it doesn't execute anymore). Does somebody give me some suggestions? Thanks.

The code information is below:

image description

Interrupt initial code is below: image description

Interrupt function is below: image description

Related