Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 10 months ago.
nRF51 mbed project export
Has someone exported successfully an nRF51 mbed project to ARM Keil MDK? I tried with the blinky project but the Keil MDK cannot find the device and dosen't build the project... Thanks!!!!
Question relating to:
2 Answers
11 years, 10 months ago.
Hiya Andrea,
This worked for me by loosely following these instructions: https://www.nordicsemi.com/eng/content/download/13641/219547/file/nRF51822_Evaluation_Kit%20User_Guide%20v1.2.pdf
But, as I currently only have the m-kit, and not the eval kit yet, all I did at this stage was download and install Keil V4 and the nrf51 SDK (i.e. I skipped the nrFGo and J-link setup & config for now).
Basic steps were:
run: mdk474.exe
run: nrf51_sdk_v5_2_0_39364.exe
export mbed_blinky from mbed
double clicked the project file and it complied ok in Keil
hope that helps. Wayne
You can get the nRFSDK from https://www.nordicsemi.com/eng/Products/Bluetooth-R-low-energy/nRF51822#Download
posted by 22 May 201411 years, 10 months ago.
Hello,
you have to have installed KEIL 5 version, and installed pack from nRF which should install device specific files to uVision.
Regards,
0xc0170