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

Where to find functions from nrf_drv_common.c in SDK15.3?

I am migrating from SDK11? to SDK15.3 and noticed nrf_drv_common.c is no longer available and has no replacement although nrfx_common seems to have replaced nrf_drv_common.h.

In this post:

https://devzone.nordicsemi.com/f/nordic-q-a/42489/question-regarding-migrating-from-sdk14-2-to-sdk15-2

Jorgen mentions that it is not required in the new SDK. Are there replacements for the missing functions such as  nrf_drv_common_irq_enable() or do I have to implement it myself?