Hello,
I am currently trying to power profile all aspects of the nRF52840, which includes the CryptoCell 310. The instructions say "
Testing
Test the CryptoCell Example applications by performing the following steps:
-
Navigate to the armgcc folder of the example at examples\crypto\nrf_cc310\example_name\pca10056\blank\armgcc.
-
Open a command prompt and type make to build the project.
-
Use nrfjprog (from nRF5x Command Line Tools v9.2.0 or newer) to program the .hex file that was created in the _build folder to the board.
-
Use an RTT viewer to see the log messages produced by the integration test. The messages describe the success or failure of each stage in the test in a human-readable format."
However, on the fourth step there is no make file or project file for the integration test. That being said how am I suppose to run the integration test? My objective is to ensure that the algorithms are functioning correctly and that the CryptoCell 310 is enabled, and then measure the current consumption.
Thanks,
Chris