platformio / platform-ststm32

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

Support for STM32F767 Development board (including the SDRAM) #286

Open resetcoder opened 4 years ago

resetcoder commented 4 years ago

http://www.chinalctech.com/cpzx/STM32_Study_Board/354.html

https://www.banggood.com/STM32F767-Development-Board-Cortex-M7-Small-System-Board-STM32F767IGT6-STM32-p-1420406.html?cur_warehouse=CN

Unfortunately I can't find any pdf about the board yet.

uzi18 commented 4 years ago

@valeros can't find if this platform supports https://github.com/stm32duino/Arduino_Core_STM32 ?

it has https://github.com/stm32duino/Arduino_Core_STM32/tree/master/variants/NUCLEO_F767ZI support already

resetcoder commented 4 years ago

@valeros can't find if this platform supports https://github.com/stm32duino/Arduino_Core_STM32 ?

it has https://github.com/stm32duino/Arduino_Core_STM32/tree/master/variants/NUCLEO_F767ZI support already

I'am already aware that Nucleo 767 is supported, but the board I'm asking for has additional 8MB SDRAM and 16MB Flash. The MCU has built-in external ram support, I don't really know if the compiler can use it at all, or how it is used. This is why I requested support, maybe someone knows about it.

I ordered the board lately, when it arrives I try my best to make it work with PlatformIO, then I post the results, but it would be great if someone has any experience with it.

ParetoYXE commented 3 years ago

Did anything ever come of this?