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

Issues with latest Secure Boot Sample

The latest changes to the Secure Boot sample main.c file cause compilation issues;

new main.c @line 304 NRFX_PERIPHERAL_ID_GET(NRF_P0), 0);

Doesn't work.


old main.c @line 304 NRFX_PERIPHERAL_ID_GET(NRF_GPIO), 0);

Works!

The commit comment says that it was changed to use the autogenerated definition.  Autogenerated by what?

Related