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.

在F28035上使用contorlsuite 的 定點16位FIR



在contorlsuite中看到 2833x_FixedPoint_FIR16 的example

我想把它改在F28035使用

修改情形如下

複製大部分的程式碼但不包含周邊的設定

完全複製cmd的內容 盡可能的設定專案設定和example相同
只有少數選項不一樣 例如compiler版本(較高) 

執行結果

在FIR calculation註解 下的for迴圈 執行一定次數(未完成)
便會跳掉 當掉 無回應 之類的 案下中斷 會跳至0x3ff8cd
並且先前作的運算結果並不正確(看不到或都是零 視記憶體區段而定) 

想詢問下 到底能否在28035使用這個程式庫
可以的話又要怎麼設定 

附上修改的main檔 希望能早點解決
有需要的話可以要求把整個專案上傳都沒關係
謝謝幫忙