cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a stand alone project (stm32F7)

Evan .1
Associate II

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.

5 REPLIES 5
TDK
Guru

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
Associate II

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!

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".

> how to make a empty stand alone project with hal driver

  1. Create a STM32 project for your MCU
  2. Delete everything from Src/Core, except *.s
  3. Delete *.ioc
Evan .1
Associate II

Ok thanks I will try that.