kit-xmc-plt2go-xmc4200

There are 51 repositories under kit-xmc-plt2go-xmc4200 topic.

  • mtb-example-xmc-can-loopback

    This code example demonstrates the communication between two CAN nodes in loopback mode using XMC MCU.

    Language:C
  • mtb-example-xmc-vadc-scan

    This code example demonstrates working of the Versatile Analog to Digital Converter (VADC) in the XMC MCU in continuous scan mode for one channel.

    Language:C
  • mtb-example-xmc-rtc-alarm

    This code example demonstrates an RTC alarm interrupt of 1 minute to set a periodically blinking LED on the XMC MCU Evaluation kits.

    Language:C
  • mtb-example-xmc-i2c-master-slave

    This code example demonstrates the implementation of an I2C master and an I2C slave on the same device based on the Universal Serial Interface Channel (USIC). The I2C master sends commands to the I2C slave to toggle the LEDs present on the XMC development kit.

    Language:C
  • mtb-example-xmc-flash-eeprom

    This code example shows how to use a portion of the internal flash memory of XMC MCUs as emulated EEPROM memory, and provides necessary APIs to perform read and write operations to the emulated EEPROM.

    Language:C
  • mtb-example-xmc-dac-sine

    This code example demonstrates the usage of DAC peripheral of the XMC MCU.

    Language:C
  • mtb-example-xmc-ccu8-timer

    This code example demonstrates the usage of Capture-Compare Unit 8 (CCU8) in the XMC MCU in timer mode. The CCU8 timer slice program blinks an LED when a timer period match interrupt occurs.

    Language:Makefile
  • mtb-example-xmc-ccu8-pwm

    This code example demonstrates how to generate PWM signals using Capture and Compare unit (CCU8) slices available in XMC MCU.

    Language:C
  • mtb-example-xmc-ccu8-capture

    This code example demonstrates the capture feature of Capture and Compare unit (CCU8) slices available in XMC MCU.

    Language:Makefile
  • mtb-example-xmc-ccu4-timer-concatenation

    This code example demonstrates the concatenation or linking feature of the Capture and Compare Unit 4 (CCU4) slices available in XMC MCU.

    Language:Makefile
  • mtb-example-xmc-uart-printf

    This example demonstrates how to use the printf function with a Universal Serial Interface Channel (USIC) based UART in XMC MCU.

    Language:Makefile
  • mtb-example-xmc-uart-dma

    This example demonstrates how to stream data using DMA via UART based on Universal Serial Interface Channel (USIC) to an external terminal.

    Language:C
  • mtb-example-xmc-blinky-freertos

    This code example demonstrates blinking LED functionality implemented by FreeRTOS tasks running on the XMC MCU.

    Language:C
  • mtb-example-xmc-empty-app

    This empty application provides a template for creating applications using XMC MCU.

    Language:Makefile
  • mtb-example-xmc-gpio-toggle

    This code example demonstrates GPIO toggling by periodically blinking an LED using SysTick available in XMC MCU.

    Language:Makefile