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.

How to enable clocks for McSPI1 module on AM3359 ICE

Other Parts Discussed in Thread: AM3359

各位前輩好,

小弟近來打算用am3359用SPI連接一個外部的 slave ,並且著手修改 mcspiFlash 這個範例,但是函式庫有一行 McSPI0ModuleClkConfig() 是針對SPI0的clock設定,但是我是想用SPI1卻找不到設定clock的函示,請問我該怎麼辦?

以下是 mcspiFlash 範例

github.com/.../mcspi