2019-06-02 08:57 AM
The schematic and insert card disagree.
The VCP is USART3 PB10/PB11 (verified)
The Arduino header D0/D1 is PB7/PB6 USART1
UM2488 described in the data brief is also missing
https://www.st.com/resource/en/user_manual/DM00547983.pdf
https://www.st.com/resource/en/data_brief/stm32h750b-dk.pdf
2019-06-02 09:08 AM
I2C works (I2C4 PD12/PD13)
2019-06-25 12:22 PM
#STM32H745I-DISCO #DualCore
2019-06-25 01:55 PM
Hello. I have such a development kit. Please tell me if you use code from CubeMX examples to create a project or create a new project. I ask because I cannot create a new project. That is, when I compile, I get an error, the conflict is * .sct of the M4 and M7 files.
2019-06-25 02:00 PM
I use Keil, and clone the Template/Example projects from the Cube/HAL H7 V1.4.0 code trees, and have then cleaned them to have my own startup code and Hard Fault handlers. Basically create my own project template, I can copy/clone within the same depth in the code trees of the repository.
I don't use CubeMX
2019-06-25 02:04 PM
Thank. It looks like the library is still raw. The created project, even without a user code and with an empty while body, gives an error when compiling. I thought the problem was on my side.
2019-06-25 02:16 PM
Building with Keil uV 5.27 without issues here. Pulled most recent packs. Depending on the project tree in question you have to build the M4 image first as this is combined with the M7 image.
For IAR there is an installable patch in the Utilities\PC_Software fork of the CubeH7 trees
2019-07-19 01:58 AM
Now the user manual link https://www.st.com/resource/en/user_manual/DM00547983.pdf is dead now,
are they editing right now?
2019-07-19 04:44 AM
User Manual still missing
https://www.st.com/en/evaluation-tools/stm32h745i-disco.html
@Amel NASRI
2019-07-19 05:54 AM
This should be an issue on web side. It is highlighted internally.
Waiting for its recover, you can refer to the attached revision.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.