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

Changes in Priorities in SDK_CONFIG.h

Hi,

I noticed that there were changes in some of the priorities in SDK config - these defines were changed from 7 to 6.

NRFX_CLOCK_CONFIG_IRQ_PRIORITY
NRFX_GPIOTE_CONFIG_IRQ_PRIORITY
NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY
CLOCK_CONFIG_IRQ_PRIORITY
GPIOTE_CONFIG_IRQ_PRIORITY
RTC_DEFAULT_CONFIG_IRQ_PRIORITY

Other changes are:

#ifndef APP_TIMER_SAFE_WINDOW_MS Added
#define APP_TIMER_SAFE_WINDOW_MS 300000
#endif
#define NRF_BALLOC_ENABLED 1 changed from 0 to 1
NRF_MEMOBJ_ENABLED changed from 0 to 1

Can you please explain why these changes were made (in very short, so i know if it effects my application..)?

Should i implement the changes aboce in case I am upgrading the SDK for my application (from 15.0 to 17.0), using nrf52840.

Thanks,

Alon Barak

Qcore medical

Parents Reply Children
Related