2019-12-09 02:49 AM
My IDE is SW4STM32. The board is STM32H757 I-EVAL. I download STM32Cube_FW_H7_V1.5.0 to start development. I have read the document UM2204 "Getting started with STM32CubeH7 for STM32H7 Series" but I still can't develop my own application through Templates project now. I copy the Templates Project to my workspace folder and use SW4STM32 to rebuild it. But there are many errors, most of them are like can't find file stm32h7xx_hal.h,
can't find file stm32h7xx_hal_***.h, and so on. I copy those files into the my project folder. But it seems that too much .h files need to be copied. Is there a clear and clever way to achieve my goal? Thanks for your help.
Solved! Go to Solution.
2019-12-09 03:41 AM
You can try using CubeMX to generate the skeleton of the project.
2019-12-09 03:41 AM
You can try using CubeMX to generate the skeleton of the project.
2019-12-10 07:52 PM
Hello,
Thank you for your reply.
STM32CubeMX needs Java™ Run Time Environment. Is JAVA free for installing and using STM32CubeMX?
2019-12-11 12:03 AM
yes, it is free
2019-12-12 02:07 AM
Hello Mikhail,
Thank you for your reply. I will try it.