Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not possible to write beyond 16MB using flash sample on FRDM_RW612 #80593

Closed
danieldegrasse opened this issue Oct 29, 2024 · 1 comment · Fixed by #80594
Closed

Not possible to write beyond 16MB using flash sample on FRDM_RW612 #80593

danieldegrasse opened this issue Oct 29, 2024 · 1 comment · Fixed by #80594
Assignees
Labels
area: Flash bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP

Comments

@danieldegrasse
Copy link
Collaborator

danieldegrasse commented Oct 29, 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.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:

  1. west build -p always -b frdm_rw612 samples/drivers/flash_shell
  2. west flash
  3. Attempt to read or write to address beyond 0xFFFFFF
  4. 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.

@danieldegrasse danieldegrasse added bug The issue is a bug, or the PR is fixing a bug area: Flash platform: NXP NXP labels Oct 29, 2024
@danieldegrasse danieldegrasse self-assigned this Oct 29, 2024
@danieldegrasse 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
@danieldegrasse
Copy link
Collaborator Author

Closing issue, as relevant PR has merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Flash bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP
Projects
None yet
1 participant