This article tags: Nordic Chip MacOSX
I tried to compile the Nordic Nrf5x Series project with GCC under Mac OSX, but found that the compiled hex could not be burned, so it was down for a while. Now we have to pick it up and solve the problem.
The following are the compile steps:
- Nordic official website Download SDK:NRF51822SDK
- The chip of the NRF5X series running ble is divided into two parts, namely Softdevice and APP. One softdevice for the manufacturer of the kernel, which runs the BLE kernel program and the management chip hardware register, when we enable softdevice, all hardware and BLE related functions need to be set by Sd_ series functions. Softdevice is located in the /components/softdevice/ directory of the SDK, this hex we first spare, and so on need to use. Original address: http://whosmall.com/?post=453
- Enter our project, you can find a demo, such as: /documents/sdk_nrf51/nrf5_sdk_11.0.0_89a8197/examples/ble_peripheral/ble_app_uart/ PCA10028/S130/ARMGCC
Knock on the blackboard, the point is coming!
If you are the QFAA series, note the following table, the following table is the official PS document data, but may not match the actual data, in its demo ld file, we need to subtract 16K length.
After modification, run:
makemake flash
To complete the compilation and burn. Before I met the pit is because of the length problem, minus 32KB length after running normally.
Finally can not use the virtual machine?!!
Time relationship, the use of this article to make records, if there is need for in-depth discussion of children's shoes, can leave a message to discuss!
written at the end: for Freedom look outside the world, and it this line, not to go to Google data, finally, Amway some speed agent.
Accelerator recommendations |
Free Solutions |
Payment Plan |
Official website |
A Red apricot accelerator |
Free program is not available, stable high-speed |
Enter 80 percent coupon code WH80, annual pay only 80 yuan/year |
Website Direct |
Azumino Accelerator |
Best use of foreign trade VPN |
Minimum ¥30/Month |
Website Direct |
Loco Accelerator |
Free 2 hours per day |
Minimum ¥15/Month |
Website Direct |
This article tags: Nordic Chip MacOSX
Turn from SUN's BLOG-focus on Internet knowledge, share the spirit of the Internet!
Original Address : How to compile the Nordic chip on Mac OSX? "
Related reading : Chrome extension Stylish: "Skin-changing" with one click to not like a website
Related reading : "Integrating QQ music, NetEase cloud music and shrimp music resources" with chrome extension listen 1 "
Related reading : " 8" new tab "chrome Extensions: teach you to play the New tab page with a sneak"
Related reading : "7 Practical Chrome Extensions recommended: help you improve your chrome experience"
Related reading : "No extension is not Chrome: 15 Premium Chrome Extensions recommended for everyone"
Related reading : the best experience for Web browsing with 12 no less chrome extensions
Related reading : "5 Chrome extensions that bring happiness"
Related reading : "Use case for Palette class in Android: Color adaptive Toolbar"
Related reading: What git can do, how it differs from SVN in depth
Related reading: "Share some of the most useful, user-friendly, and feature-rich Google Chrome Extensions for developers"
Related reading: a lot of brief encounter tools or websites that share some of the actual Android development process
related reading:"I am a G powder, has been concerned about Google, recently Google has some little gestures, probably a lot of people do not understand"
related reading:"machine learning leads to technological innovation in the field of cognition, so how can the SaaS industry be changed by machine learning?" 》
related reading:"VPS Tutorial Series: DNSMASQ + DNSCrypt + SNI Proxy smooth access to Google configuration tutorial"
related reading: useful to programmers: 2017 latest in Google's Hosts file download and summary of the various hosts encountered the problem of the solution and configuration of the detailed
related Blog:sun ' S BLOG -Focus on Internet knowledge and share the spirit of Internet! Go and see:www.whosmall.com
Original address: http://whosmall.com/?post=453
How to compile Nordic chip on Mac OSX?