This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

開啟DSP/BIOS專案後,如何對外設初始化



開了一個BIOS專案,可以運行裡面只有2個task各自打印System_printf

然後我想加入外設功能,於是#include "DSP28x_Project.h"  結果編譯後一堆錯誤..例如 Uint16 重複定義等 cmd段錯誤

請問BIOS專案的初始化跟原本就不一樣了嗎?我看範例裡面都不需要InitSysCtrl就能運行了?

  • 請問有人知道怎麼處理嗎...

    Description Resource Path Location Type
    #258 invalid redeclaration of type name "Uint16" (declared at line 252 of "C:/ti/xdctools_3_25_05_94/packages/xdc/std.h") 

    我試過修改.h檔 會發生其他錯誤..