nordic-auko / nRF5-ble-timesync-demo

nRF52 clock synchronization demo code
56 stars 50 forks source link

Running the example makefile gives Linker error #12

Closed wiesener closed 3 years ago

wiesener commented 3 years ago

Hi, when I run the example in the examples/ble_peripheral/ble_app_uart/pca10056/s140/armgcc folder I am getting:

undefined reference to `nrfx_ppi_channel_alloc'

I guess this has to be added to the nrfx /src folder.

Kind regards,

wiesener commented 3 years ago

Okay only the sdk_config PPI_ENABLED was missing.

nordic-auko commented 3 years ago

Thanks! I'll add the missing config