Add support for STM32H735G-DK #317
Replies: 3 comments
-
hi @escherstair, We are not looking at expand our cmake guides to include additional components at this time. However you could take a look at the STM32F746G-DISCO samples here, it is also a cortex chip and contains the same ethernet controller it could be a good starting point. There are also ready to run examples available from ST for Azure RTOS that another place to look. Ryan |
Beta Was this translation helpful? Give feedback.
-
Hi @ryanwinter |
Beta Was this translation helpful? Give feedback.
-
Hi, The Cmake is created by hand and as far as I'm aware, there isnt any good tool to do this automatically from an IDE. Even if there was, Im guessing the cmake would end up unreadable. We spent some time trying to create a cmake structure that used modern cmake and was reasonably easy to understand. To create a new one for the board above, you would probably need to the following steps by modifying the stm32l4 cmake project in
I know that might seem like alot, and it is. Unfortunately there are many little pieces we that need to be lined up to bring together MCU along with threadx/netxduo/azure iot/etc, but I hope this helps as a starting point. |
Beta Was this translation helpful? Give feedback.
-
Can you add the getting started procedure for STM32H735G-DK?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions