Open maarten1C96 opened 1 year ago
another bump more
Can you share the full project? or at least the .ini archive?
How you made the platfomio recognize the board archive? I followed the guides, but doesnt work
Looks like we just need a ldscript for this variant. The framework-arduinoststm32 has the variant path but no ldscript available. I tried to borrow the one from "STM32H7xx/H723Z(E-G)T_H730ZBT_H733ZGT" but lots of undefined symbols from the ldscript.
While PlatformIO currently supports the WeAct STM32F411CEU6 (aka 'black pill'), the WeAct STM32H723VGT6 is not being supported yet. The first comes with a 100 MHz CPU, but since the second comes with a 550 MHz CPU my curiosity recently got drawn to the latter. The F411 is working works pretty well in PlatformIO, but would it not be good to support the H723 as well?
Although not being experienced in the following, I tried to learn from the STM32duino-, STM32CubeIDE- and Zephyr–, and the
blackpill_f411ce.json
,genericSTM32F411CC.json
andweact_mini_h743vitx.json
files. The result is the following, but yet not successful: