首先 First 準備軟體安裝包 perpare the softwaer installation pachage ①Keil C51(Version 9.00 or newer) ②nRFgo Studio(Version 1.4 or newer) ③nRFgo SDK(Version 2.2 ...
首先 First
準備軟體安裝包 perpare the softwaer installation pachage
①Keil C51(Version 9.00 or newer)
②nRFgo Studio(Version 1.4 or newer)
③nRFgo SDK(Version 2.2 or newer)
④nRFprobe (Version 1.2.0.5585 or newer)
準備硬體 perpare the Hardware
①nRFgo Starter Kit(nRF6700)
②nRFgo Development Kit for nRF24LE1(nRF24LE1-F16Qxx-DK)
上面的列表來自官方文檔,實際上我使用的東西是來自淘寶的板子和來自淘寶的下載器,不過這個無所謂,只要片子一樣都大同小異的。下載軟體使用的板子配的下載軟體,沒有Debug功能,這一點比較麻煩。先用著,回來再換個。
Step 1:先安裝Keil的C 51編譯器
Step 2:下載和安裝板子及下載器驅動
Step 3:連接並調試下載器,測試板子與下載器
組織文檔樹
/Docs
/Precompiled files
/Source code/gazell
/Source code/hal
/Source code/lib
/Source code/projects
建立並配置工程
step 1:先創建一個工程文件夾,並給工程起個名字,如my_first_project
step 2:選擇New uVision Project,創建一個keil工程,並給keil工程命名
step 3:選擇正確的設備
step 4:不!加!入! 8051的啟動代碼(startup code)進入工程文件夾
step 5:主界面 選擇 進入Options for Target
step 6:檢查確保輸出HEX文件 在Options里選擇Output選項卡
step 7:添加 頭文件 地址 ,選擇C51選項卡在Include Paths里添加地址
文件夾設置
確定地址都添加進去了
(註)圖片來自官方文檔,需要使用reg24le1.h時,實際使用中還需要加入..\..\..\compiler\C51
step 9:關閉15.16警告
step 10 : Debug