Setting MCO to HSE on STM32F4 #80465
-
I'm developing on STM32F429.
If I configure it as above, get a syntax error because STM32_SRC_HSE is not defined. zephyr/include/zephyr/dt-bindings/clock/stm32f7_clock.h Lines 30 to 33 in 5969a10 but why is STM32_SRC_HSE undefined on STM32F4? zephyr/include/zephyr/dt-bindings/clock/stm32_common_clocks.h Lines 11 to 13 in 5969a10 What is the proper way to set MCO to HSE on stm32f4? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@exelsior87 , you're right |
Beta Was this translation helpful? Give feedback.
@exelsior87 , you're right
Please look at #80509