Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.35 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.35 KB

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.