Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'make flash' support with LPC21ISP (/tools) #24

Open
7 tasks
microbuilder opened this issue Nov 20, 2014 · 0 comments
Open
7 tasks

Add 'make flash' support with LPC21ISP (/tools) #24

microbuilder opened this issue Nov 20, 2014 · 0 comments

Comments

@microbuilder
Copy link
Owner

make flash support should be added using lpc2isp in the /tools folder, assuming a standard FTDI cable or inexpensive USB to UART TTL cable as a transport mechanism.

This should be enabled for Windows and OS X as a minimum (ideally tested under Linux as well):

For example:

 lpc21isp -bin blinky_11u37.bin /dev/cu.usbserial-AD020SZ2 115200 48000

Chip IDs may need to be added for the various devices supported by this codebase, in particular the following devices (the device IDs are usually available in the datasheet but may need to be retrieved via a quick HW test):

  • LPC11U24FBD48/401
  • LPC11U37FBD48/401
  • LPC11U37HFBD64/401
  • LPC11U68JBD100
  • LPC1347FBD48
  • LPC1347FBD64
  • LPC1347FHN33
@microbuilder microbuilder changed the title Add 'make flash' support with LPC2ISP (/tools) Add 'make flash' support with LPC21ISP (/tools) Nov 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant