Skip to content
#

dave

Here are 18 public repositories matching this topic...

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

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

Improve this page

Add a description, image, and links to the dave 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 dave topic, visit your repo's landing page and select "manage topics."

Learn more