-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Enable DCache on iMX RT #2537
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
Comments
I haven't had that issue on the Feathers or evks so I think it might be only on your branch :D |
@tannewt can you sum up the discussion in pjrc forum, seem like they have a strict IP restriction. I tried opera but still cannot pass their firewall. |
Ouch, maybe Paul could whitelist your IP. In the meanwhile, here's a screenshot |
thanks @tannewt @arturo182 @jerryneedell I will try to see if I could help on this issue :) . Another question, where should I find those mentioned scripts raytrace.py and llutm.py . @arturo182 It is hard to whitelist since my IP is dynamic :) |
@manitou48 would you mind posting your scripts you used in testing here? |
pystuff.zip
FWIW, NXP SDK copies data from FLASH to RAM and Teensy 4 core copies all of FLASH to RAM as part of startup. Most NXP examples disable Dcache (SCB_DisableDCache()). Teensy 4 has functions to clear sections of cache for DMA and IO use. Here is description of memory layout for Teensy 4: |
This was done in #3522 |
USB in #2532 is having issues. Like not producing the correct data for CDC and MSC.
https://forum.pjrc.com/threads/59040-CircuitPython-on-Teensy-4!?p=226968#post226968
Will disable the DCache for now and we can fix this and re-enable the DCache after.
The text was updated successfully, but these errors were encountered: