ISD9160學習筆記02_搭建NuMicro開發環境

開發環境這邊沒什麼好說的,燒寫玩了玩錄音的測試程序。工具

1. 燒寫工具

昨晚先嚐試了下燒寫工具(NuMicro ICP Programming Tool 1.30.6491.exe),板子自帶了燒寫器,咱們只要鏈接上USB,一個download就完事了。測試

2. 開發環境

1. MDK

MDK用現成的就行,沒有的自行搜索。插件

2. Nu-Link_Keil_Driver 2.00.6561.exe

新唐提供了在Keil和IAR下的插件,我選擇了Keil的版本,它得裝在Keil的目錄下,讓MDK能夠識別到新唐的MCU日誌

3. Nuvoton NuVoice Tool V5.02.000.exeip

它必須裝在C盤。不然你會遇到像我這樣的問題。「Error: User Command terminated, Exit-Code = 1」 
開發

起初還覺得是MDK的版本不夠,由於工具readme寫着支持Keil IDE V5.14,因而升級到了MDK5,結果發現問題依舊。flash

============================================== NuVoiceTool - V5.02.000 2015/05/12 ============================================== [Features] 1. UltraIO Tool adds the following new features a. Use Ctrl+Q to add user event during preview sound b. User event list editor from menu: "user event" to edit user event in a edit to replace import/export user event 2. NuKeil IDE library setting adds the following new features: a. Support multiple pins for wake up. b. Remove SPI flash pins from IO settings to avoid wrong setting if SPI flash interface is enabled. 3. Open Audio Tool from Keil IDE menu: "Tools". The audio tool will open the audio project of the opened keil project. 4. Support Keil IDE V5.14.it

後來仔細看了錯誤日誌才明白工具路徑要求在C盤。通過重裝後,編譯經過,使用MDK4.70也能夠正常編譯。io

相關文章
相關標籤/搜索