Skip to main content
gp73
Associate III
July 4, 2019
Solved

is there a starting guide to start to create a new project? My goal is to port a previous code (a platform written for another micro) in sp5 studio.

  • July 4, 2019
  • 1 reply
  • 679 views

In few word my code is divided in layer, I'll expect to change only the driver layer adapting it to the new micro.

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

    Hello ,

    SPC5Studio is an eclipse CDT Environment based on components.

    we have 2 types of drivers :

    ==> RLA = Register Level Access

    ==> HAL = Hardware Abstraction Layer

    is it the same family SPC56/SPC57/SPC58 ?

    In the Help Section,

    you can find some useful information

    0690X000009YQULQA4.png

    Best Regards

    Erwan

    1 reply

    Erwan YVIN
    Erwan YVINBest answer
    ST Employee
    July 4, 2019

    Hello ,

    SPC5Studio is an eclipse CDT Environment based on components.

    we have 2 types of drivers :

    ==> RLA = Register Level Access

    ==> HAL = Hardware Abstraction Layer

    is it the same family SPC56/SPC57/SPC58 ?

    In the Help Section,

    you can find some useful information

    0690X000009YQULQA4.png

    Best Regards

    Erwan

    gp73
    gp73Author
    Associate III
    July 4, 2019

    No is not the same family, is another microcontroller (not ST).

    But I can reuse what I already developed because is hardware independent.