在线时间11 小时
UID29212
注册时间2015-12-9
NXP金币0
该用户从未签到
注册会员

- 积分
- 147
- 最后登录
- 2023-7-27
|
环境:
NXP的IDE+Daplink+RT1052
问题描述:
项目原来用4M的华邦FLASH MX25L3233F,下载的时候FLASH算法使用:MIMXRT1050_SFDP_QSPI.cfx。
现在需要改为8M的FLASH MX25L6433FM2I-08G,下载的时候出现下面错误。
请问:
这是什么问题?是因为算法不对吗?用SFDP应该是通用的吧?
如果算法不对,有没有人有现成的?
在官网看到一个参考帖子:http://community.nxp.com/thread/510106
- Inspected v.2 External Flash Device on SPI using SFDP JEDEC ID MIMXRT1050_SFDP_QSPI.cfx
- Image 'iMXRT1050_SFDP_QSPI Dec 2 2019 18:58:43'
- Opening flash driver MIMXRT1050_SFDP_QSPI.cfx
- Sending VECTRESET to run flash driver
- Flash variant 'JEDEC_SFDP_Device' detected (8MB = 128*64K at 0x60000000)
- Closing flash driver MIMXRT1050_SFDP_QSPI.cfx
- Connected: was_reset=true. was_stopped=false
- Awaiting telnet connection to port 3330 ...
- GDB nonstop mode enabled
- Opening flash driver MIMXRT1050_SFDP_QSPI.cfx (already resident)
- Sending VECTRESET to run flash driver
- Flash variant 'JEDEC_SFDP_Device' detected (8MB = 128*64K at 0x60000000)
- Writing 27764 bytes to address 0x60000000 in Flash
- ProgramPage (0x60000000, 0x200057D0, 0x4000) status 0x1 - driver reported driver error - EXTSPIJ driver rc 134 (0x86)
- Sectors written: 1, unchanged: 0, total: 1
- Closing flash driver MIMXRT1050_SFDP_QSPI.cfx
- Target error from Commit Flash write: Ef(49): Flash driver operation gave error.
- GDB stub (crt_emu_cm_redlink) terminating - GDB protocol problem: Pipe has been closed by GDB.
复制代码
|
|