platform-ststm32
platform-ststm32 copied to clipboard
Electrosmith board files have swapped flash and RAM sizes
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,