cancel
Showing results for 
Search instead for 
Did you mean: 

SIUL unit setting up

Dariush.Tsh
Associate II

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)

1 ACCEPTED SOLUTION

Accepted Solutions
Erwan YVIN
ST Employee

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

View solution in original post

3 REPLIES 3
Erwan YVIN
ST Employee

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

OK, Thanks ...

Hello Erwan ,

Where is the function path siul_lld.c /.h?