Skip to content

Template for Infineon's XMC4500 Relax (Lite) Kit for UNIX-based operating systems

Notifications You must be signed in to change notification settings

notandy/xmc4500-relax-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Infineon XMC4500 Relax (Lite) Linux/UNIX template

Template for Infineon's XMC4500 Relax (Lite) Kit for UNIX-based operating systems

Requirements:

Preperations

You need to rename a file inside the CMSIS directory, because else gcc is not able find the System_XMD4500.c file. This seems to be a UNIX-only problem since windows-gcc is case-insensitive regarding filenames.

cd CMSIS/Infineon/XMC4500_series/Source
mv system_XMC4500.c System_XMC4500.c

Usage

  1. Edit the Makefile and adapt the CMSIS Path.

  2. Type make

  3. Connect your evaluation board to usb, start the gdb-server with:

    JLinkGDBServer -Device XMC4500-1024 -if SWD

  4. Type make install

Getting J-Link Tools

You need to provide your serial number to download the J-Link Tools. To get them, you can connect your board to a windows pc and install the DAVE supplied J-Link package. After opening J-Link Commander you will see the serial number in the command window.

About

Template for Infineon's XMC4500 Relax (Lite) Kit for UNIX-based operating systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages