stm32/boards: Add STM32H750VBT6 board.
Now I have a board based on STM32H750 MCUs.
It has a 64 Mbit external flash.
So now I confused how I can build a firmware for it,it only have 128 kb ROM.
I can't write a bootloader to jump to app because I have poor programming skills.(And I have experienced several compile failure).
So why not provide a new port for STM32H750VBT6?It's so fast.
I did my best,then I post an issue here to ask for help.
(And there is something wrong with my msys2...why my Python cannot work???)
(Poor English ORZ...)
stm32/boards/STM32H7B3I_DK: Enable internal flash.
Previously this board had no filesystem. This enables the internal flash and clarifies why the external octal-spiflash is disabled.
Also corrects a typo in mpconfigboard.mk to use the correct linker script.
This work was funded through GitHub Sponsors.