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

RNG Module Related code changes giving linking errors.

Hi Team,

When we add RNG peripheral Driver related code changes to our custom project we are getting linking errors, but when we compile individual files it is compiling fiine, as a project build it is giving linking errors.

We have added all required things for RNG code changes,

Pre processor settings:

$PROJ_DIR$\..\..\..\..\..\..\integration\nrfx
$PROJ_DIR$\..\..\..\..\..\..\integration\nrfx\legacy

SDK_Config header file changes:

#include "nrf_drv_rng.h"
#include "nordic_common.h"

Header file inclusions:

#define NRFX_RNG_ENABLED 1

#define NRFX_RNG_CONFIG_IRQ_PRIORITY 6

Is that some thing we missed to include to our project.Attached the linking error screen shot.

           

Could any one suggest me is there any thing required add to our project.

Regards,

Srinivas.V

Related