How to create a project from scratch?

Hi,

I played with the STM32F746 demo and now I want to start my own project. I initially started from the demo but now I want to start from scratch.

I though about copying the files and removing everything but the basic files (module.ivy, etc.) but that doesn’t feel like the “right way”.

What’s the best way to start a new project from scratch?

Best,

The best way to start a new project from scratch is to create it from a module skeleton (https://docs.microej.com/en/latest/ApplicationDeveloperGuide/mmm.html).
This will get you configured with the up-to-date required files compatible with your MicroEJ SDK version.

Among the available skeletons we can cite:

1 Like