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

Daisy Patch SM ValidateQSPI does not work #552

Open
stephenhensley opened this issue Dec 9, 2022 · 0 comments
Open

Daisy Patch SM ValidateQSPI does not work #552

stephenhensley opened this issue Dec 9, 2022 · 0 comments

Comments

@stephenhensley
Copy link
Collaborator

stephenhensley commented Dec 9, 2022

Reported by forum user: gregsbrain

Content of post below:


The ValidateQSPI() function isn’t actually checking the values written to flash so will always succeed. It needs this line inserted before the verification loop:

testmem = (uint8_t*)qspi.GetData(start);

Also it doesn’t look like the non-quick case will work because the vector cannot be resized to 8 MByte unless it is allocated in SDRAM.

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

No branches or pull requests

1 participant