Skip to content

STM32: Internal flash filesystem needs improvements #2193

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
hierophect opened this issue Oct 3, 2019 · 1 comment
Closed

STM32: Internal flash filesystem needs improvements #2193

hierophect opened this issue Oct 3, 2019 · 1 comment
Labels
Milestone

Comments

@hierophect
Copy link
Collaborator

For boards like the F411, which do not have SPI or QSPI flash available, the internal filesystem is currently very slow, since the flash library as written does not contain a cache and writes inefficiently. Additionally, boards with dedicated CCRAM like the F405 should use it to enable use of larger 64KB flash sectors for the filesystem, and even boards without it can make use of at least a 16KB chunk of larger sectors to free up more filesystem space.

@hierophect hierophect added the stm label Oct 3, 2019
@hierophect hierophect self-assigned this Oct 3, 2019
@hierophect hierophect changed the title STM32: Internal flash filesystem improvements STM32: Internal flash filesystem needs improvements Oct 3, 2019
@dhalbert dhalbert added this to the Long term milestone Oct 31, 2019
@hierophect hierophect removed their assignment Nov 1, 2019
@hierophect
Copy link
Collaborator Author

Resolved by #2735

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

No branches or pull requests

2 participants