Skip to main content
AndreasPA
Associate III
March 18, 2020
Solved

Setting up program from scratch ?

  • March 18, 2020
  • 1 reply
  • 996 views

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 ?

0693W000000UA3tQAG.jpg

Here is a photo of my workspace.

0693W000000UA3ZQAW.jpg

    This topic has been closed for replies.
    Best answer by Erwan YVIN

    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)

    0693W000000UzrBQAS.png

    It is possible to reimport Pinmap settings from others projects into your new one and vice-et-versa

    Best regards

    Erwan

    1 reply

    Erwan YVIN
    Erwan YVINBest answer
    ST Employee
    March 30, 2020

    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)

    0693W000000UzrBQAS.png

    It is possible to reimport Pinmap settings from others projects into your new one and vice-et-versa

    Best regards

    Erwan

    AndreasPA
    AndreasPAAuthor
    Associate III
    March 31, 2020

    Ah thankyou !!!

    i couldnt figure out how to add those in