2020-03-17 05:28 PM
Hey All
Fairy new to SPC5 development, coming from st's 32bit standard Micro controllers.
I have a few questions on the process to creating a project from scratch
1) Are we meant to just load the example projects and modify them according to our needs and add anything else OR can we start from scratch via New-> New spc project etcetc...
2)Starting a project from scratch, and adding in the SPC5Studio Pin map editor, i do what i would normal do in CubeMX, save, generate. but from that i just have the platform_component_rla file, and nothing more.
Referring to the help manual, under SPC5STUDIO -> Concepts -> spc5studio Projects
i'm missing my main components /dependencies. Is there a process to installing these into the project that i've missed ?
Here is a photo of my workspace.
Solved! Go to Solution.
2020-03-30 07:15 AM
Hello ,
1) if you want to create a project from scratch
New-> New spc5 Project
a) Platform Component matching with your processor is necessary
2) After clicking the platform component, you can add some others compatible components
(Init Package is Meta Package which contains the minimum thing to boot.)
(cf screen shot)
It is possible to reimport Pinmap settings from others projects into your new one and vice-et-versa
Best regards
Erwan
2020-03-30 07:15 AM
Hello ,
1) if you want to create a project from scratch
New-> New spc5 Project
a) Platform Component matching with your processor is necessary
2) After clicking the platform component, you can add some others compatible components
(Init Package is Meta Package which contains the minimum thing to boot.)
(cf screen shot)
It is possible to reimport Pinmap settings from others projects into your new one and vice-et-versa
Best regards
Erwan
2020-03-30 05:21 PM
Ah thankyou !!!
i couldnt figure out how to add those in