This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

STM32h series device database not available in keil5.0

I Wanted to use STM32H743BI Controller in my project.In the software and tool information for this board(STM32H743BI ) they have mentioned that keil version 5 is supported for the evaluation board(STM32H743BI ), but in the device data base of keil version(5.26) STM32H743BI board is not there. also i checked in IDE'S programming algorithm there is no internal flash for my board(STM32H743BI ). Do anyone have any idea about the same.

Parents
  • Here is a script to guide you..

    Download and unpack
    www.st.com/.../stm32cubeh7.html

    Open the template project, or one of the hundred other projects
    STM32Cube_FW_H7_V1.2.0\Projects\STM32H743ZI-Nucleo\Templates\MDK-ARM\Project.uvprojx

    Keil uV5 should download the appropriate Packs, and be able to build this. It should also be able to download and debug via the ST-LINK debugger.

    You should also be able to cut-n-paste the "Template" to another directory at the same level, and give it a different name, and add and remove, or copy in, the code you want.

    You can review the layout, form and construction of the project.

    For push button service a troupe of monkeys can create code for you via CubeMX.
    www.st.com/.../stm32cubemx.html

Reply
  • Here is a script to guide you..

    Download and unpack
    www.st.com/.../stm32cubeh7.html

    Open the template project, or one of the hundred other projects
    STM32Cube_FW_H7_V1.2.0\Projects\STM32H743ZI-Nucleo\Templates\MDK-ARM\Project.uvprojx

    Keil uV5 should download the appropriate Packs, and be able to build this. It should also be able to download and debug via the ST-LINK debugger.

    You should also be able to cut-n-paste the "Template" to another directory at the same level, and give it a different name, and add and remove, or copy in, the code you want.

    You can review the layout, form and construction of the project.

    For push button service a troupe of monkeys can create code for you via CubeMX.
    www.st.com/.../stm32cubemx.html

Children
No data