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

NRF52840 SHOWING ERROR REGARDING INTERRUPT PRIORITY

#if NRFX_CHECK(NRFX_POWER_ENABLED) && NRFX_CHECK(NRFX_CLOCK_ENABLED)
#if NRFX_POWER_CONFIG_IRQ_PRIORITY != NRFX_CLOCK_CONFIG_IRQ_PRIORITY


#error "IRQ priorities for POWER and CLOCK must be the same".

this code is from the nrfx_power_clock.h

What is meant by this error and how to solve it.

Need to solve it urgently.

Thanks!

Related