platformio / platform-ststm32

ST STM32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/ststm32
Apache License 2.0
381 stars 303 forks source link

Ram size settings are different betewwn nucleo_h743zi and nucleo_h753zi #762

Closed asukiaaa closed 6 days ago

asukiaaa commented 3 months ago

Data sheet for stm32h743zi and stm32h753zi shows same user ram size but board settings of them are different. image https://www.st.com/resource/en/datasheet/stm32h743ii.pdf https://www.st.com/resource/en/datasheet/stm32h753bi.pdf

Settings on this repo. https://github.com/platformio/platform-ststm32/blob/bc4db3d111ec445a23bd19029bdf6026405b16e6/boards/nucleo_h743zi.json#L36 https://github.com/platformio/platform-ststm32/blob/bc4db3d111ec445a23bd19029bdf6026405b16e6/boards/nucleo_h753zi.json#L32

Arduino_Core_STM32 uses 524288 ram setting so how about to use it for both? image

My PR https://github.com/platformio/platform-ststm32/pull/748