Skip to main content
Evan .1
Associate III
March 27, 2020
Question

How to make a stand alone project (stm32F7)

  • March 27, 2020
  • 3 replies
  • 775 views

I like to make a stand alone project from CORTEXM_SysTick. Is there any documentation how to do this? . Because if i change/copy anything Eclipse fails.

Thanks.

This topic has been closed for replies.

3 replies

TDK
Super User
March 27, 2020

Perhaps provide some more information on how your project was generated and what "fails" means in this context. Changing and copying code is certainly supported by any IDE, including Eclipse.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Evan .1
Evan .1Author
Associate III
March 27, 2020

Please tell me how to make a empty stand alone project with hal driver. in my project directory of stm32cubeIDE.

I spending all day trying to create a project from STM32CubeF7-master without any success.

Thanks!

TDK
Super User
March 27, 2020
Download stmcubemx and do it from there. Or use one of the example projects.
"If you feel a post has answered your question, please click ""Accept as Solution""."
Evan .1
Evan .1Author
Associate III
March 27, 2020

Ok thanks I will try that.