platform-ststm32
platform-ststm32 copied to clipboard
STM32F469I Discovery board definition
Hello everyone. In the definition file (disco_f469ni.json) shipped with PlatformIO, the size of the flash memory is incorrectly specified. The Mcu used in the Discovery sets are STM32F469NIH6 with 2Mb flash memory. You should correct it yourself to: “maximum_size”: 2097152 in the “upload” section
Will it be corrected in the near future?