Skip to content

mimxrt10xx: Review what crazy options we can turn on in the beefier chips #2492

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

Closed
arturo182 opened this issue Jan 9, 2020 · 2 comments
Closed
Labels
mimxrt10xx iMX RT based boards such as Teensy 4.x
Milestone

Comments

@arturo182
Copy link
Collaborator

We have 1MB of RAM and almost unlimited (well, 8/16/32 MB) code flash, let's do crazy things!

Ideas welcome

@arturo182 arturo182 added the mimxrt10xx iMX RT based boards such as Teensy 4.x label Jan 9, 2020
@arturo182 arturo182 added this to the 6.0.0 milestone Jan 9, 2020
@tannewt
Copy link
Member

tannewt commented Jan 10, 2020

I'd like to start marking CircuitPython code and data so we can separate it into specific RAMs. That should speed up all SoCs which have tightly coupled memory (TCM).

@tannewt tannewt modified the milestones: 6.0.0, Long term Jan 21, 2020
tannewt added a commit that referenced this issue Jan 27, 2020
Introduces a way to place CircuitPython code and data into
tightly coupled memory (TCM) which is accessible by the CPU in a
single cycle. It also frees up room in the corresponding cache for
intermittent data. Loading from external flash is slow!

The data cache is also now enabled.

Adds support for the iMX RT 1021 chip. Adds three new boards:
* iMX RT 1020 EVK
* iMX RT 1060 EVK
* Teensy 4.0

Related to #2492, #2472 and #2477. Fixes #2475.
@dhalbert
Copy link
Collaborator

Closing this because many things have happened since it was opened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mimxrt10xx iMX RT based boards such as Teensy 4.x
Projects
None yet
Development

No branches or pull requests

3 participants