Skip to main content
Dariush.Tsh
Associate III
December 5, 2021
Solved

SIUL unit setting up

  • December 5, 2021
  • 1 reply
  • 1283 views

I want to implement the GPIO unit in the SPC560P50L5 microcontroller with the SPC5STUDIO IDE. Please advise me how to configure the SIUL unit and registers? Or give me an example of SIUL unit setting up in the SPC560P50L5 microcontroller.

(I actually want to run the SIUL unit as a registry in the SPC5STUDIO IDE)

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

    Hello Dariush ,

    There are a lot of examples using SIUL in SPC5Studio IDE.

    by setting in the pinmap your pin (Cf screenshot)

    the siul are automatically set by using the siul api in siul_lld.c/.h

    do not hesitate to go in the help section and associated Reference Manual for advanced details.

    0693W00000Hng2KQAR.png Best Regards

    Erwan

    1 reply

    Erwan YVIN
    Erwan YVINBest answer
    ST Employee
    December 6, 2021

    Hello Dariush ,

    There are a lot of examples using SIUL in SPC5Studio IDE.

    by setting in the pinmap your pin (Cf screenshot)

    the siul are automatically set by using the siul api in siul_lld.c/.h

    do not hesitate to go in the help section and associated Reference Manual for advanced details.

    0693W00000Hng2KQAR.png Best Regards

    Erwan

    Dariush.Tsh
    Associate III
    December 7, 2021

    OK, Thanks ...