We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System information
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System information
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
The text was updated successfully, but these errors were encountered: