File: README

package info (click to toggle)
lpctools 1.06-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 232 kB
  • ctags: 146
  • sloc: ansic: 1,949; makefile: 36
file content (34 lines) | stat: -rw-r--r-- 1,077 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
LPCTools is an interface to NXP LPC Microcontrollers ISP (In-System
Programming) serial interface.

It is split in two programs: lpcisp and lpcprog

* lpcisp:
This tool gives access to each of the useful isp commands on LPC
devices. It does not provide wrappers for flashing a device.

* lpcprog:
This tool does not give access to each isp command, instead it
provides wrappers for flashing a device.

Both programs were originally written by Nathael Pajani
<nathael.pajani@nathael.net> because existing programs were published
under non-free licences, did not allow comercial use, or did not
provide source code.

This program is released under the terms of the GNU GPLv3 licence
as can be found on the GNU website : <http://www.gnu.org/licenses/>
or in the included LICENSE file.


********************
TODO :

Allow flashing of parts with flash sectors of different sizes (LPC1764
has 16 small 4k sectors and two big 32k sectors).
--> Need to change parts definition format.

Prevent unwanted writting of Code Read Protection values.

Add the definition of all LPC parts ?