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-07-19 05:59 AM
Hi @Community member ,
I am checking your very first input, it seems to be an error on the user manual and its schematic that was propagated to the flyer of the board.
I'll report this internally to take relevant corrective actions.
Thanks for highlighting it.
-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.
2019-07-19 06:02 AM
Hey. Found a flaw with the H745 and CubeMX. You must select the files for the kernel in the Keil Select target window, right-click on the Startup file with the desired suffix, for example, M4, and uncheck the Include in Target Build checkbox in the opened window. Then switch to another kernel and repeat the operation with the same file, only with the suffix M7. After that, the startup conflict error will go away. I will continue to deal with the creation of the project.
2019-07-29 09:22 AM
The link https://www.st.com/resource/en/user_manual/DM00547983.pdf is working again and UM2488 is available on the web.
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.
2019-07-29 09:44 AM
Thanks