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

Explorer board 2v0 bsp_config does not support flash writes #551

Closed
xmos-jmccarthy opened this issue Nov 9, 2022 · 0 comments
Closed

Explorer board 2v0 bsp_config does not support flash writes #551

xmos-jmccarthy opened this issue Nov 9, 2022 · 0 comments

Comments

@xmos-jmccarthy
Copy link
Contributor

System information

  • OS: All
  • xcore board: Explorer
  • All that include explorer board 2v0 from initial addition to at least c6679cf

Describe the current behavior
Flash writes will fail to work

Describe the expected behavior
Flash writes should work

Standalone code to reproduce the issue
Not needed

Other info or logs
The flash part used in the 1V0-1V2 boards had the programming done with command over SDO0, and addr + data over data lines.
https://github.com/xmos/fwk_rtos/blob/79f265cf84046826987d7eb850840870011e275e/modules/bsp_config/XCORE-AI-EXPLORER_2V0/platform/platform_init.c#L83
The 2V0 flash part requires command and addr over SDIO0 and data over data lines.
qspi_flash_page_program_1_4_4 should be replaced with qspi_flash_page_program_1_1_4 for uses with the Explorer Board 2V0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants