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.

[参考译文] TM4C129ENCPDT:在串行四通道接口(而不是 SPI)上连接外部 SRAM

Guru**** 2024750 points
Other Parts Discussed in Thread: EK-TM4C1294XL
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1421817/tm4c129encpdt-connecting-external-sram-on-serial-quad-interface-instead-of-spi

器件型号:TM4C129ENCPDT
Thread 中讨论的其他器件:EK-TM4C1294XL

工具与软件:

TM4C 团队、

我们的客户正在外部连接一个串行 SRAM 器件。  器件型号:

IS62WVS2568GBLL

https://www.issi.com/WW/pdf/IS62-65WVS2568GALL-BLL.pdf

它们需要在 SRAM 数据表第12页上所述的串行四路接口(SQI)中运行。  如我们的参考设计中所示、我们似乎支持闪存器件的这种操作模式。

我们是否有用于在 SQI 中连接 SRAM 的驱动程序?  还是任何类型的示例软件?

此模式支持多大的时钟速率?

谢谢!
Darren

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    Darren、您好!

     没有连接 ISI 串行 SRAM 存储器的具体示例。 但是、在 TivaWare SDK 中、我们有一个通用四通道 SPI 模式示例 、该示例位于 C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl\ssi_quad_mode。  

     阅读 ISI 数据表、访问串行 SRAM 应非常简单。 有关简单的字节读取操作、请参阅下图。 发出读取命令(0x03)、后跟24位地址、然后读取数据。 我认为您不需要为此配备特殊的驱动器。