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

DRAM SDRAM #2551

Closed
rusefillc opened this issue Apr 15, 2021 · 8 comments
Closed

DRAM SDRAM #2551

rusefillc opened this issue Apr 15, 2021 · 8 comments

Comments

@rusefillc
Copy link
Contributor

Sweet RAM...
there are definitely legit use-cases for RAM

@rusefillc
Copy link
Contributor Author

https://docs.rs-online.com/b72f/0900766b815247be.pdf tells us that Discovery kit with STM32F429ZI MCU has used IS42S16400J chip

https://jlcpcb.com/parts/componentSearch?searchTxt=sdram

image

@rusefillc
Copy link
Contributor Author

See also andreika-git/hellen-one#29

@rusefillc
Copy link
Contributor Author

That's community see SDRAMConfig

rusefillc added a commit that referenced this issue Jun 27, 2021
rusefillc added a commit that referenced this issue Jun 27, 2021
rusefillc added a commit that referenced this issue Jun 27, 2021
rusefillc added a commit that referenced this issue Jun 27, 2021
rusefillc added a commit that referenced this issue Jun 27, 2021
@rusefillc
Copy link
Contributor Author

I have pushed some not-yet-working code a while back and no time/brain to look into this further.

Just FYU @racer-coder STM32F429I-DISC1 is in stock at digikey and it has SDRAM on board, same board @mck1117 has.

@rusefillc
Copy link
Contributor Author

@dron0gus did you say you also have STM32F429I-DISC1? maybe one day we will get DRAM/SDRAM :)

@racer-coder
Copy link
Collaborator

Why do we need more RAM? It won't help older hardware, the F429 has 256k, some F7 have 512, and H743 has 1M. Now that it's looking like even the 192k is plenty, what's the driver for this?

Downside - more variants to program, more boardspace, more complexity.

@rusefillc
Copy link
Contributor Author

No specific use-case, very long term plan.

But I can think of build-in bare bones oscilloscope and buffer transfer, crazy Lua, whatever self-tuning stuff with https://github.com/dpilger26/NumCpp and all other kinds of crackpipe dreams.

rusefillc pushed a commit that referenced this issue Jan 5, 2022
@rusefillc
Copy link
Contributor Author

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

No branches or pull requests

2 participants