完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
使用fal软件包向片内flash写入数据时显示写入错误!
(fal_partition_write:437) Partition write error! Flash device(onchip_flash) write error! 对比例程发现写入前需要擦除分区的全部数据,才能写入成功(软件擦除或下载时j-link擦除全部分区),否则就会出现写入错误问题,但这种做法在实际项目中不可行,请问大家有什么解决方法?还是有哪些初始化宏没有设置? [SFUD] Find a Winbond flash chip. Size is 16777216 bytes. [SFUD] NOR_FLASH flash device is initialize success. [D/FAL] (fal_flash_init:61) Flash device | onchip_flash | addr: 0x08000000 | len: 0x00080000 | blk_size: 0x00000800 |initialized finish. [D/FAL] (fal_flash_init:61) Flash device | nor_flash | addr: 0x00000000 | len: 0x01000000 | blk_size: 0x00001000 |initialized finish. [32;22m[I/FAL] ==================== FAL partition table ====================[0m [32;22m[I/FAL] | name | flash_dev | offset | length |[0m [32;22m[I/FAL] -------------------------------------------------------------[0m [32;22m[I/FAL] | app | onchip_flash | 0x00000000 | 0x00060000 |[0m [32;22m[I/FAL] | param | onchip_flash | 0x00060000 | 0x00020000 |[0m [32;22m[I/FAL] | easyflash | nor_flash | 0x00000000 | 0x00080000 |[0m [32;22m[I/FAL] | download | nor_flash | 0x00080000 | 0x00100000 |[0m [32;22m[I/FAL] | wifi_image | nor_flash | 0x00180000 | 0x00080000 |[0m [32;22m[I/FAL] | font | nor_flash | 0x00200000 | 0x00700000 |[0m [32;22m[I/FAL] | filesystem | nor_flash | 0x00900000 | 0x00700000 |[0m [32;22m[I/FAL] =============================================================[0m [32;22m[I/FAL] RT-Thread Flash Abstraction Layer (V0.5.0) initialize success.[0m I/main: Flash device : onchip_flash Flash size : 512K Partition : param Partition size: 128K [31;22m[E/FAL] (fal_partition_write:437) Partition write error! Flash device(onchip_flash) write error![0m |
|
相关推荐
3个回答
|
|
所有的Flash都是先擦后写的,而且擦除的时候是要把整页或整个扇区擦除掉。
所以,一般是擦除之前把页或扇区内的内容拷贝出来,然后进行修改,擦除后,把修改后的内容再写回去。 |
|
|
|
Flash的分区正确吗?分区边界需要以Flash扇区为单位的。还有MCU的不同型号中有的Flash的扇区大小也不一致,前面的小,后面的大,需要仔细分区。
|
|
|
|
flash都是操作方式都是需要先擦除再写,而擦除区域要按片擦除,就会擦除大片的区域,如果仅仅时为了写少量数据,需要先把数据先读回来,将要写的数据合并写入flash的扇区。
|
|
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
836 浏览 0 评论
6340 浏览 0 评论
如何使用python调起UDE STK5.2进行下载自动化下载呢?
2836 浏览 0 评论
开启全新AI时代 智能嵌入式系统快速发展——“第六届国产嵌入式操作系统技术与产业发展论坛”圆满结束
3101 浏览 0 评论
获奖公布!2024 RT-Thread全球巡回线下培训火热来袭!报名提问有奖!
33230 浏览 11 评论
73658 浏览 21 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-4 01:43 , Processed in 0.940280 second(s), Total 74, Slave 58 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号