You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IS25LP512M芯片的IO2, IO3为复用引脚,需要在Status bit中使能Quad IO。
因此我在hardware_init中,添加代码使能Quad IO后,操作成功。
/* The flash all blocks is protected,so need change the flash status to unprotected before write and erase operate. */
......
/IS25LP512M/
if ((0x9D == flash->chip.mf_id) && (0x60 == flash->chip.type_id) && (0x1A == flash->chip.capacity_id)) {
result = sfud_write_status(flash, true, 0x40); /Enable Quad port/
}
jayleesat
changed the title
IS25LP512M芯片:因未使能Quad IO,造成Quad
IS25LP512M芯片:因未使能Quad IO,造成Quad IO读失败
Feb 27, 2023
No description provided.
The text was updated successfully, but these errors were encountered: