Hello, I'm migrating a project from nrf51 S110 to nrf52840 S140, I encountered an error
"nrf_nvic_state" not found, I solved it by adding app_util_platform.c.
The problem is I don't really know what exactly this file does. As the name and the brief said, it's for utility.
There wasn't one for nrf51 and nrf51 pulled everything off just fine. Why do we need a separate, dedicated utility file now? Any more background detail on that?