Porting SDK v16 nrf52832 to nrf52810 on SES

I need help, 

I need to change the following project example to the nrf52810 chip: 
\examples\crypto\nrf_crypto\hmac\pca10040\blank\ses\nrf_crypto_hmac_pca10040
 
I've seen a quick guide from Nordic on how to do this, but I didn't understand how to do it in Segger Embedded Studio.
Is there any example for PCA10040e?

 

Thank you very much in advance.

 

  • Hi Gleydson, 

    Could you point me to which guide you were referring to ? 

    I've seen a quick guide from Nordic on how to do this, but I didn't understand how to do it in Segger Embedded Studio.

    The simpliest you can do, I think, is to compare the project file for nRF52810  in: \examples\peripheral\blinky\pca10040e\blank\ses\blinky_pca10040e.emProject 

    with the same file for nrf52832:

    \examples\peripheral\blinky\pca10040\blank\ses\blinky_pca10040.emProject 

    By comparing the two file you should be able find what you need to change to the project for the nrf_crypto_hmac_pca10040 sample to make it works with nRF52810. 

    You can use a compare tool , for example I was using Compare plug in Notepad++: 

Related