platformio / platform-ststm32

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

Update supported frameworks for Nucleo-H753ZI #727

Closed yp05327 closed 1 year ago

yp05327 commented 1 year ago

I see that Arduino Core for STM32 is already support STM32H753ZI in here

But in the board info json, arduino core is not supported: https://github.com/platformio/platform-ststm32/blob/aea0b0402af182a27b1783d9caac18b683d6556e/boards/nucleo_h753zi.json#L25-L29

yp05327 commented 1 year ago

According to the official web site this chip support 480Mhz frequency, but f_cpu is 400Mhz in the json file. Is this wrong or am I misunderstanded something?

https://github.com/platformio/platform-ststm32/blob/aea0b0402af182a27b1783d9caac18b683d6556e/boards/nucleo_h753zi.json#L6

yp05327 commented 1 year ago

I made a mistake. The support of STM32H753ZI is for generic boards. Close this issue.