開了一個BIOS專案,可以運行裡面只有2個task各自打印System_printf
然後我想加入外設功能,於是#include "DSP28x_Project.h" 結果編譯後一堆錯誤..例如 Uint16 重複定義等 cmd段錯誤
請問BIOS專案的初始化跟原本就不一樣了嗎?我看範例裡面都不需要InitSysCtrl就能運行了?
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.
開了一個BIOS專案,可以運行裡面只有2個task各自打印System_printf
然後我想加入外設功能,於是#include "DSP28x_Project.h" 結果編譯後一堆錯誤..例如 Uint16 重複定義等 cmd段錯誤
請問BIOS專案的初始化跟原本就不一樣了嗎?我看範例裡面都不需要InitSysCtrl就能運行了?