An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: kit-xmc11-boot-001

Infineon/mtb-example-xmc-uart-shell

This code example demonstrates implementation of a shell on the UART communication interface including commands to toggle a LED using XMC MCU.

Language: C - Size: 189 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 2

Infineon/mtb-example-xmc-tse-calc-temperature

This code example demonstrates how to use TSE (on-chip temperature sensor). TSE calculates temperature readings from the sensor and sends them over UART periodically every 1 s.

Language: Makefile - Size: 570 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Infineon/mtb-example-xmc-flash-program

This code example demonstrates how to erase a sector of the flash, write data to the sector and check the data for correctness on the XMC MCU device.

Language: C - Size: 52.7 KB - Last synced at: 21 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

Infineon/mtb-example-xmc-blinky-freertos

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

Language: C - Size: 66.4 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 2

Infineon/mtb-example-xmc-ccu4-pwm

This code example demonstrates the use of CCU4 module in XMC MCU to create a PWM signal. The CCU4 slice is configured in monoshot mode and is restarted on an external start event.

Language: Makefile - Size: 108 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 2

Infineon/mtb-example-xmc-ccu4-timer

This code example demonstrates the usage of the Capture and Compare Unit 4 (CCU4) timer by blinking an LED using CCU4 timer period match interrupt available in XMC MCU.

Language: Makefile - Size: 99.6 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

Infineon/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 - Size: 104 KB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Infineon/mtb-example-xmc-empty-app

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

Language: Makefile - Size: 39.1 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Infineon/mtb-example-xmc-eru-extint

This code example demonstrates Event Request Unit (ERU) functionality with external interrupt on XMC MCU evaluation kits. In this example, an external signal, fed into the ERU unit using a GPIO pin, triggers a service request interrupt that toggles an LED.

Language: C - Size: 143 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Infineon/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 - Size: 581 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Infineon/mtb-example-xmc-gpio-toggle

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

Language: Makefile - Size: 42 KB - Last synced at: 8 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Infineon/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 - Size: 148 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Infineon/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 - Size: 61.5 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Infineon/mtb-example-xmc-scu-brownout-detection

This code example demonstrates brownout detection by reducing power supply voltage from 3.3 V to the defined voltage threshold using brownout detection available in XMC MCU devices.

Language: Makefile - Size: 95.7 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Infineon/mtb-example-xmc-scu-sleep

This code example demonstrates the System Control Unit (SCU) sleep mode on the XMC MCU evaluation kits. Wakeup is done by using an external interrupt via the Event Request Unit (ERU). An LED glows at every falling edge of the external signal inside the ERU interrupt. The MCU is put back to sleep mode again after servicing the interrupt.

Language: C - Size: 146 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Infineon/mtb-example-xmc-spi-external-trigger-transmit

Language: Makefile - Size: 38.1 KB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Infineon/mtb-example-xmc-spi-master

This code example demonstrates the transfer of 3 bytes of data using SPI Master in XMC MCU.

Language: Makefile - Size: 44.9 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Infineon/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 - Size: 185 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Infineon/mtb-example-xmc-uart-transmit

This code example demonstrates simple UART communication by printing periodic "Hello World!!" message on a terminal and blinking an LED. The message can be seen on a PC terminal.

Language: Makefile - Size: 491 KB - Last synced at: 20 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Infineon/mtb-example-xmc-uart-transmit-receive-fifo-interrupts

This code example demonstrates how to use the Tx and Rx FIFO limit interrupts and sends data from the Tx buffer to the Rx buffer. If reception is successful, the onboard LED 1 glows; otherwise, the LED remains OFF.

Language: C - Size: 344 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Infineon/mtb-example-xmc-vadc-bg

This example demonstrates how to convert a single channel using the background source in VADC. In this example, the background source continuously requests conversion. The ADC conversion result is read and displayed on the UART Terminal.

Language: C - Size: 897 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Infineon/mtb-example-xmc-wdt-feed

This code example demonstrates a Watchdog Timer (WDT) on the XMC MCU.

Language: C - Size: 47.9 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Infineon/mtb-example-xmc-wdt-prewarning

This code example demonstrates the prewarning feature of the watchdog timer (WDT) on the XMC MCU evaluation kits.

Language: C - Size: 43.9 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0