-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Support xspi on rt700 #94921
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
base: main
Are you sure you want to change the base?
Support xspi on rt700 #94921
Changes from all commits
265db8a
ec32e65
7acf10d
886338e
e8df10f
53ea406
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,6 @@ supported: | |
- usb_device | ||
- watchdog | ||
- hwinfo | ||
- flash | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @SuperHeroAbner as your PR support memc as well, so you need add There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How to trigger your online test? My local test is normal and it actually takes about 10s to finish all test with final log 'Read data matches written data'. In middle state it has log like 'Check (3465/4095) passed!'. I'm not sure is the timeout check is only targeting to the final log and timeout after 10s. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I test your PR locally, still the same. is there any reused pins with spi_loopback? from debug info, looks like the mem clock is not stable for my boards, but this could be a general problem ![]() and I add a print in the first loop, which can run to the end but with r/w error.
log below
and I meet such issue on two boards, so please check the memc timing @SuperHeroAbner There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @hakehuang Please check the JP45, should connect 1-2. Shall I add this in certain place in doc? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @SuperHeroAbner thanks, with JP45 move to 1-2 the memc case pass. please update |
||
- memc | ||
vendor: nxp |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,6 @@ supported: | |
- uart | ||
- adc | ||
- i3c | ||
- flash | ||
- memc | ||
vendor: nxp |
Uh oh!
There was an error while loading. Please reload this page.