Hello Lysandros,
Sorry for the confusion! the STM32H723 is supported: Zephyr supported boards
-
zephyr/boards/arm/: This directory contains board configuration files for ARM architecture-based boards such as V2M, MPS2, and MPS3, which are ARM Versatile Express boards.
-
zephyr/boards/st/: This directory is specifically for ST boards. The naming convention here is more vendor-specific, focusing on ST's product lines like the Nucleo series, which includes models such as H743ZI and H723ZG.
"No SOURCES given to Zephyr library: drivers__dac": this could happen if the CMakeLists.txt file for the DAC driver is missing the necessary source files
Regarding trainings, this is all I can think about:
GitHub - zephyrproject-rtos/hal_stm32
https://docs.zephyrproject.org/latest/
https://discord.com/invite/Ck7jw53nU2
You can check PR issues here: https://github.com/zephyrproject-rtos/zephyr/labels/platform%3A%20STM32
Use STM32Cube in your application: https://github.com/zephyrproject-rtos/hal_stm32#use-stm32cube-in-your-application
Hope that helps!