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.

28377-SPI 高速通讯问题

377-SPI有高速模式通过SpiaRegs.***.bit.HS_MODE激活, 如果我不启用高速模式,用ClkCfgRegs.LOSPCP.bit.LSPCLKDIV =0将低速时钟配置成200M。

那通过配置SPIBRR为4或9对应40M和20M的SPI时钟。是否可以这样使用。还是一定要启用高速模式,什么情况下应该使用高速模式,高速模式的最高时钟频率是多少,200M?

  • 高速模式应该是直接IO这些硬件接口可以工作在高速模式下 只是功耗可能增加了
    正常模式下 应该整体可以降低功耗
  • 18.3.9 SPI High-Speed Mode
    The SPI module is capable of reaching full-duplex communication speeds up to LSPCLK/4 (where LSPCLK equals SYSCLK),当SYSCLK 为200MHZ时,*** 最高为50 MHz 。
    使用SPI的HS_MODE模式需根据外部时序的要求,High-Speed Master Mode Timings具体时序图见如下链接:
    www.ti.com/.../high-speed-master-mode-timings-sprs945-hispeed-master-section .