How to add support for STM32H7B0 SoC to Zephyr #stm32
This is my first time trying to add support for a board and using Zephyr RTOS, so any help would be appreciated: |
|
Francois RAMU
Hi Laura,
yes, That's the way to proceed : like the link you mention adding the new device in the ./dts/arm/st/h7 config the ./soc/arm/st_stm32/stm32h7/Kconfig.defconfig.stm32h7b0xx create the board entry in the ./boards/arm using the Reference_manual stm32h7a37b3-and-stm32h7b0 Note that I do not see (yet ?) any reference to a stm32H7B0x board on the www.st.com (you can also take the stm32HB3i-DK disco kit as a example) Regards |
|