Hi,
I am currently porting an application s110-based to s130v2.
Previously, I used to create critical sections using sd_nvic_critical_region_enter/exit.
Reading the s130v2 specification and nrf_soc.h, I noted that such APIs are missing.
How is possible to implement a critical section through the current available s130v2 APIs?
Thanks for your time, LM