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

Electrosmith board files have swapped flash and RAM sizes #617

Closed
ukmaker opened this issue Apr 10, 2022 · 0 comments
Closed

Electrosmith board files have swapped flash and RAM sizes #617

ukmaker opened this issue Apr 10, 2022 · 0 comments

Comments

@ukmaker
Copy link

ukmaker commented Apr 10, 2022

In my PlatformIO installation V5.2.5 the board file for the electrosmith Daisy Seed has incorreect sizes for Flash and RAM - thet have been swapped. This appears to be the case for all these boards.

The Daisy Seed uses an STM32H750 which has 512K RAM and 128K Flash, but the board file (.platformio/platforms/stm32/boards/electrosmith_daisy.json) contains:

"name": "Electrosmith Daisy",

"upload": {

"maximum_ram_size": 131072,

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

No branches or pull requests

1 participant