完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我们使用的是柏s25fl128s在我们的一个应用平台。为了获取1GB内存,我们需要使四字节寻址方式。我们可以有一个示例代码,使四字节寻址这闪光和规划部门的其他必要的说明。 等待您的答复, 谢谢和问候, 以上来自于百度翻译 以下为原文 Hi, We are using Cypress S25FL128S in one of our application platforms. In order to access 1Gb memory, we need to enable 4 byte addressing mode. Can we get a sample code to enable 4 byte addressing for this flash and other necessary instructions for sector programming. Awaiting your reply, Thanks & Regards, |
|
相关推荐
9个回答
|
|
你好,
你将从128MB(s25fl128s)部分对我1gb(s70fl01gs)的一部分吗?请澄清。 你可以从下面的链接下载我们的底层驱动我们的SPI闪存器件:http://www.cypress.com/documentation/software-and-drivers/low-level-driver-spi-flash?源=搜索&;猫= software_tools,你可以以此为参考写访问我们的闪存设备应用程序。 命令序列计划我们的闪存设备细节的数据是可用的。 S25FL128S:HTTP://www. CyPress .COM/FIL/177966/下载 S70FL01Gs:HTTP://www. CyPress .COM/FIL/337 21/下载 谢谢和问候, 苏德什 以上来自于百度翻译 以下为原文 Hello, Are you migrating from 128Mb (S25FL128S ) part to our 1Gb (S70FL01GS) part? Please clarify. You can download our low level driver for our SPI flash devices from the following link: http://www.cypress.com/documentation/software-and-drivers/low-level-driver-spi-flash?source=search&cat=software_tools, you can use this as a reference to write your application to access our flash device. Details about command sequence to program our flash devices are available in the datasheets. S25FL128S: http://www.cypress.com/file/177966/download S70FL01GS: http://www.cypress.com/file/233721/download Thanks and Regards, Sudheesh |
|
|
|
深圳王先生 发表于 2019-2-26 08:46 谢谢你的回答, 这是个错误。我使用S25FL128STO存储数据。它使用3字节的地址,我可以用页面程序存储数据,但是我需要使用一个4字节的地址,暂时我不能使用它。是否有一些示例代码来启用和使用4字节寻址这个闪存和其他必要的扇区编程指令。 谢谢和问候, 以上来自于百度翻译 以下为原文 Thanks for your answer, It's a mistake. I'm using the S25FL128S to store data. It's working with a 3 bytes address i can store data with Page Program, but i need to use a 4 bytes adress. And for the time being i cannot using it. Do you have some sample code to enable and use 4 bytes addressing for this flash and other necessary instructions for sector programming. Thanks & Regards, |
|
|
|
嗨,朱利安,
为了使用4字节寻址方案,BAR(7)位必须是“1”。 银行寄存器写(BRWR 17H)命令用于写入扩展地址控制位(EXDATA),它也在BAR(7)中。 因为这个命令是寻址方法的一部分,并且不改变闪存中的数据,所以这个命令不需要WREEN命令在它之前。 一旦它被设置,你可以使用指令代码“12h”页面程序(4PP)。如果你面临任何问题,请告诉我们。 谢谢, Krishna。 以上来自于百度翻译 以下为原文 Hi Julien, In order to use 4 byte addressing scheme the BAR[7] bit has to be "1" . The Bank Register Write ( BRWR 17h) command is used to write the Extended address control bit (EXTADD) that is also in BAR[7]. Because this command is part of the addressing method and is not changing data in the flash memory, this command does not require the WREN command to precede it. Once it is set you can page program (4PP) using instruction code "12h". Please try and let us know if you are facing any issues. Thanks, Krishna. |
|
|
|
60user47 发表于 2019-2-26 09:10 嗨,Krishna, 我尝试使用命令17H发送01h到扩展地址控制,并且在尝试用12h写入命令并用命令读取13h之后,没有得到任何东西。 最好的问候, 朱利安 以上来自于百度翻译 以下为原文 Hi Krishna, I tried to use the command 17h to send 01h to the extended address control, and after I tried to write with command 12h and read with the command 13h but I do not get anything Best regards, Julien, |
|
|
|
HiJulien
你能告诉我们你用的是哪种MCU吗?它支持4字节寻址吗? 谢谢, Krishna。 以上来自于百度翻译 以下为原文 Hi Julien, Can you please let us know which MCU you are using. Does it support 4 byte addressing ? Thanks, Krishna. |
|
|
|
嗨,Krishna, 我使用北欧的NFR528 32。 以上来自于百度翻译 以下为原文 Hi Krishna, I'm using the nrf52832 from Nordic. |
|
|
|
嗨,朱利安,
你能读出条形码、状态寄存器、配置寄存器的值,并向我们提供这些值吗? 是否有可能为您提供代码复查。 谢谢, Krishna。 以上来自于百度翻译 以下为原文 Hi Julien, Can you read the values of BAR register, Status Registers, configuration register and provide the values to us. Is it possible for you to provide your code for review. Thanks, Krishna. |
|
|
|
嗨,朱利安,
我相信thoughs25fl128s设备支持扩展地址的功能itignores同样位31 24任何地址因为主要闪存阵列只需要24位的地址。它使简单的迁移从128 MB的密度更高密度的设备不改变地址处理方面的软件。这可能是原因之一,4字节寻址不在您的情况下工作。 谢谢, Krishna。 以上来自于百度翻译 以下为原文 Hi Julien, I believe though S25FL128S device supports the extended address features in the same way it ignores bits 31 to 24 of any address because the main flash array only needs 24 bits of address. It enables simple migration from the 128-Mb density to higher density devices without changing the address handling aspects of software. It could be one of the reasons why 4 byte addressing is not working in your case. Thanks, Krishna. |
|
|
|
嗨,朱利安,
我无法理解您提供的状态寄存器、配置寄存器和银行地址寄存器数据。所有这些寄存器的大小为8位,您所附的屏幕截图将这些寄存器显示为大小为16的数组和类型为无符号字符的数组。你能告诉我如何解码吗? 谢谢和问候, 苏德什 以上来自于百度翻译 以下为原文 Hi Julien, I could not understand the status registers, configuration register and bank address register data you provided. All these registers are of size 8 bits and the screen shots you attached shows these registers as an array of size 16 and type unsigned char. Could you please let me know how to decode it? Thanks and Regards, Sudheesh |
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2069 浏览 1 评论
1826 浏览 1 评论
3634 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1760 浏览 6 评论
1510 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
507浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
357浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
410浏览 2评论
357浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
854浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 13:05 , Processed in 0.894529 second(s), Total 65, Slave 58 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号