Replies: 6 comments
-
What is the SHA1 you're using ? On my side, I don't get any warning when compling |
Beta Was this translation helpful? Give feedback.
-
Alos, about your board configuration, I can see that |
Beta Was this translation helpful? Give feedback.
-
I don't get any warning compiling with |
Beta Was this translation helpful? Give feedback.
-
I come back about the HSE, I found in this datasheet https://www.st.com/resource/en/datasheet/stm32h745xi.pdf page 2 that there is an HSE something that I don't find out in the specific datasheet of stm32h745i_disco https://www.st.com/resource/en/user_manual/dm00547983-discovery-kits-with-stm32h745xi-and-stm32h750xb-microcontrollers-stmicroelectronics.pdf |
Beta Was this translation helpful? Give feedback.
-
Ok, then you need to fix dts configuration. |
Beta Was this translation helpful? Give feedback.
-
That's the thing I don't know what is critical in my dts and make the initialization of the MCU ineffective. I know some peripherals as the usart3 are not mapped with the good gpio pins but when when I try to modify them I get an error at compilation
And I didn't found out yet where I can modify the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I try to use Zephyr on STM32h745I_DISCO board but the board is not natively ported. So I try making my own configuration file inspired on
nucleo_h745zi_q
configuration files.Actually I totally copy/paste the folder
nucleo_h745zi_q
and I rename itstm32h745i_disco
I also change inside the folder every file containingnucleo_h745zi_q*
bystm32h745*
The tree of my new folder
To try my new configuration I test with the sample
basic/blinky
I change the user leds gpio to fit with what I have seen in the docI have two warnings when compilation, and the binaries didn't work given the led didn't blink.
Will be very gratefull if someone could help me to figure out where the issue is.
Beta Was this translation helpful? Give feedback.
All reactions