Skip to content

Zero Latency Interrupt conflicts using BLE #41401

Answered by cvinayak
caco3 asked this question in General
Discussion options

You must be logged in to vote

Ok, continue to keep TIMER_IRQ_PRIORITY=1.

Did you have these?
CONFIG_BT_CTLR_ADVANCED_FEATURES=y and
CONFIG_BT_CTLR_ULL_HIGH_PRIO=2

And please use lower priorities for other SoC peripherals used in your application by having the below

#define NRF_DEFAULT_IRQ_PRIORITY 5

inside your application folder in dts/arm/nordic/override.dtsi file.

Maybe 10.5 ms latency seen could be from other SoC Peripheral ISRs which are by default at value 1.

Replies: 16 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by caco3
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cvinayak
Comment options

Comment options

You must be logged in to vote
3 replies
@caco3
Comment options

@cvinayak
Comment options

@caco3
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug platform: nRF Nordic nRFx area: Bluetooth Controller
3 participants
Converted from issue

This discussion was converted from issue #41256 on December 22, 2021 12:21.