This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to change example project to NRF51822_xxaa

I'm using keil nrf example ble_app_uart_s110_pca10028. I need to convert it for NRF51822_xaa.

I was able to create a new target and edit target settings for the NRF51822_xxaa for use with a jlink. After editing the memory map for softcore 110, it is able to download and run. However, the spi driver always returns 0. Also, sd_flash functions always hard fault. I double checked everything on the spi connection and it works fine on the NRF51422_xxac. Maybe it has something to do with all these duplicate files with red dots in the project explorer? Here is the screenshot- http://imgur.com/3zNrlJB

I think all the duplicated files and red dots are messing things up. Is there a proper way of converting a project from the dev kit NRF51422_xxac to NRF51822_xxaa? Why are there duplicate files with red dots? Are there any example project for the NRF518? All I see are examples for the NRF51422_xxac.

Related