hello, trying to add pairing feature with LESC to ble_app_blinky_c, I got to a point where I get the following:

I don't find the definition of ocrypto_curve25519_scalarmult_base, can somebody give some hints here?
Thank you,
Victor
hello, trying to add pairing feature with LESC to ble_app_blinky_c, I got to a point where I get the following:

I don't find the definition of ocrypto_curve25519_scalarmult_base, can somebody give some hints here?
Thank you,
Victor
You probably get this because the nrf_oberon library has not been added to your project. If you use nRF52832 and SES you should add liboberon_3.0.6.a from <SDK>\external\nrf_oberon\lib\cortex-m4\hard-float\.
hello,
you mean this one?

if yes, then, it is already there...
hello,
you mean this one?

if yes, then, it is already there...
No, I was not thinking of the include directories. Here the linker is complaining so it is the actual binary that is missing. That should be added simmilarly to how you add a c file. See here:
...ouch...that hurt, thank you very much!!! it is now solved.