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.

[参考译文] TMDS64EVM:TMDS64EVM:有关 TMDS64EVM 板闪存扇区大小的查询

Guru**** 2394305 points
Other Parts Discussed in Thread: TMDS64EVM

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1492602/tmds64evm-tmds64evm-inquiry-regarding-flash-memory-sector-size-on-tmds64evm-board

器件型号:TMDS64EVM

工具与软件:

尊敬的先生/女士:

我想确认 TMDS64EVM 电路板中嵌入的闪存的确切扇区大小。

根据文档(www.ti.com/.../spruj63a.pdf)、EVM 电路板采用 512Mbit NOR 闪存(S28HS512TGABHM010) 通过 OSPI 连接。

为了评估闪存、我使用将演示应用加载到了电路板上 Code Composer Studio (CCS) . CCS 自动生成的闪存规格、指示 A 4KB 的扇区大小 . 不过、在查看 NOR 闪存时会发现这一点 所述的要求 、它指定了一个 256KB 的扇区大小 .

为了验证扇区大小是否正确、我尝试读取 SFDP (串行闪存可发现参数) 写入闪存、但未成功。 我还尝试使用中提供的演示应用 MCU_PLUS_SDK_am64x_10_00_00_20 、但它同样无法读取 SFDP。

您能否说明 TMDS64EVM 板上 NOR 闪存存储器的确切扇区大小、并就成功读取 SFDP 提供任何建议?

感谢您的帮助。

此致、
明。

Flash_Attrs gFlashAttrs_S28HS512T =

   .flashName ="S28HS512T"、

   deviceId = 0x5B1A、

   .manufacturerId = 0x34、

   .flashSize = 67108864、

   .blockCount = 256、

   .blocksize = 262144、

   .PageCount = 1024、

   .pagesize = 256、

   .sectorCount = 16384、

   .sectorSize = 4096、

};