I am trying to implement ble_app_interactive on nrf52840 as my application will require 2 uarts. I have started from the example application for the nrf58832 and created a second project, copied the application files to a new directory, and changed all references from 52832 to 52840 and s132 to s140 to compile with IAR.
However when I compile I receive link errors of the form
Error[Li005]: no definition for "nrf_crypto_backend_cc310_public_key_from_raw" [referenced from D:\Malcolm\Projects\nordic\examples\ble_central_and_peripheral\experimental\ble_app_interactive\pca10056\s140\iar\_build\nrf_crypto_ecc.o]
I had assumed the relevant files would be included.
How should I proceed.
Modified project fle
<?xml version="1.0" encoding="iso-8859-1"?>
<workspace> <project>
<path>$WS_DIR$\pca10040\s132\iar\ble_app_interactive_s132_pca10040.ewp</path>
</project> <project>
<path>$WS_DIR$\pca10056\s140\iar\ble_app_interactive_s140_pca10056.ewp</path>
</project> <batchBuild/>
</workspace>