Skip to content

An open source ISP programmer for NXP LPC controllers

Notifications You must be signed in to change notification settings

JitterCompany/mxli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mxli - An open source ISP programmer for NXP LPC controllers

This is a fork with added supported for some specific microcontrollers. The original project by Marc Prager is hosted on http://www.windscooting.com/softy/mxli.html

man pages of v3.0

How to compile

Requirements

  • a reasonable recent GCC
  • make
  • perl
  • optionally: Doxygen
make
cd programs/mxli3
make

Note: if you don't have Doxygen installed, the first make command will end in an error. You can ignore that and continue to build mxli3. You can also remove doc from lib/Makefile to avoid this error.

How to run

If your controller is a LPC11U37 family member running on a 12MHz crystal and your serial device is connected to /dev/ttyS0 then your command line should look like this:

mxli -d /dev/ttyS0 -b 115200 -c 12M -E yourBinaryImage.bin

About

An open source ISP programmer for NXP LPC controllers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published