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
Describe the bug
It is currently not possible to write beyond 16MB of address space using the flash shell sample on the FRDM_RW612, despite the flash chip being 64MB. Note that this is fixed on main by #80261, but is still an issue on Zephyr 3.7
Please also mention any information which could help others to understand
the problem you're facing:
What target platform are you using? frdm_rw612
To Reproduce
Steps to reproduce the behavior:
west build -p always -b frdm_rw612 samples/drivers/flash_shell
west flash
Attempt to read or write to address beyond 0xFFFFFF
Reads will return 0x0, writes will fail silently (or report verification errors)
Expected behavior
Flash writes should not fail beyond 8MB
Impact
MCUBoot support may be affected, otherwise applications using the flash will be limited to 16MB.
The text was updated successfully, but these errors were encountered:
danieldegrasse
changed the title
Not possible to write beyond 8MB using flash sample on FRDM_RW612
Not possible to write beyond 16MB using flash sample on FRDM_RW612
Oct 31, 2024
Describe the bug
It is currently not possible to write beyond 16MB of address space using the flash shell sample on the FRDM_RW612, despite the flash chip being 64MB. Note that this is fixed on
main
by #80261, but is still an issue on Zephyr 3.7Please also mention any information which could help others to understand
the problem you're facing:
frdm_rw612
To Reproduce
Steps to reproduce the behavior:
west build -p always -b frdm_rw612 samples/drivers/flash_shell
west flash
Expected behavior
Flash writes should not fail beyond 8MB
Impact
MCUBoot support may be affected, otherwise applications using the flash will be limited to 16MB.
The text was updated successfully, but these errors were encountered: