Requesting gpio code for xmc1100

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
HI all
Iam working on XMC1100 series ,i had tried a lot regarding GPIO (general purpose input and output ) sample code in DAVE apps ,but i cant find the code for this .Can any one please help me where do i can find respective GPIO driver for Respective controller.
0 Likes
2 Replies
Not applicable
Hi,

If you are using DAVE app, look for IO004 app.
That's the app for digital IO control.
0 Likes
Not applicable
Hi,
You can see code for APP project in the DAVE --> Generated --> src -->IO004.
You can also see in the help for the source code.
There are many sample example for GPIO config on Infineon website.
Simply you can download and Import LED_toggle example for GPIO toggle.
You can also use include --> GPIO.h file for config GPIO easily.
0 Likes