Skip to content
#

xmc4700-relax-kit

Here are 5 public repositories matching this topic...

Language: All
Filter by language

This project demonstrates how to control the direction and speed of a DC motor using an Infineon XMC microcontroller. The application utilizes PWM (Pulse Width Modulation) for speed control and digital I/O pins for direction control. A timer interrupt periodically updates the motor state, cycling through four modes

  • Updated Nov 26, 2025

This project implements a motor control system using an Infineon XMC microcontroller. The application controls motor rotation in clockwise and anti-clockwise directions with intermediate stop states, using PWM (Pulse Width Modulation) for speed control and digital I/O for direction indication. Also the cycle counting displayed in Tera Term.

  • Updated Nov 5, 2025

This project demonstrates how to control and toggle two LEDs on an Infineon XMC microcontroller using a timer interrupt. The application initializes the DAVE framework and configures digital I/O pins for LED control. A timer interrupt service routine (ISR) periodically toggles the led_state variable, which determines which LED is turned ON and whic

  • Updated Nov 5, 2025

Improve this page

Add a description, image, and links to the xmc4700-relax-kit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xmc4700-relax-kit topic, visit your repo's landing page and select "manage topics."

Learn more