大家好,我在设计中使用TUSB9261,当我检查TUSB9261实施指南文档中的SPI闪存建议时,文档中显示的所有5个闪存选项都已过时。您是否可以推荐 一个与相同使用和编程的闪存芯片 您的演示板(在电路编程中:使用USB端口将TUSB9261芯片连接到PC,使用TUSB9261 SPI线路对闪存进行编程)。
谢谢你。
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.
您好Mithun,
您可以使用支持以下命令的任何闪存。
TUSB926x引导代码/固件支持的SPI命令
操作代码
|
操作码名称 |
操作码 |
|
OpcodeReadJEDEC |
0x9F |
|
OpcodeWriteEnable |
0x06 |
|
OpcodeWriteDisable |
0x04 |
|
OpcodeReadStatus |
0x05 |
|
OpcodeWriteStatus |
0x01 |
|
OpcodeReadData |
0x03 |
|
OpcodeFastRead |
0x0B |
|
OpcodePageProgram |
0x02 |
|
OpcodeSectorErase |
0x20 |
|
OpcodeBlockErase |
0xD8 |
|
OpcodeChipErase |
0xC7 |
|
OpcodePowerDown |
0xB9 |
|
OpcodeReleasePowerDown |
0xAB |
|
OpcodeManufacturerID |
0x90 |
MX25L1606E就是此类示例
此致,
Roberto