2021-12-04 10:08 PM
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)
Solved! Go to Solution.
2021-12-06 06:50 AM
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.
Best Regards
Erwan
2021-12-06 06:50 AM
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.
Best Regards
Erwan
2021-12-06 09:22 PM
OK, Thanks ...
2021-12-06 09:33 PM
Hello Erwan ,
Where is the function path siul_lld.c /.h?