lpc21isp icon indicating copy to clipboard operation
lpc21isp copied to clipboard

lpc21isp - Portable command line ISP for Philips LPC family and Analog Devices ADUC70xx

Results 15 lpc21isp issues
Sort by recently updated
recently updated
newest added

The forceisp parameter can be used to erase sector 0 and force a reboot. This will ensure that the device will reboot in ISP mode until it is successfully flashed.

It has been tested on LPC 1822 and LPC1837, but LPC1822 needs to modify the code before ISP, and modify other Id codes. - Available for viewing * Detasheet UM10430...

Extensively verified and tested with LPC1519 & LPC1549 variants. Signed-off-by: Stefan Szczygielski

Hi, This PR adds a core reset feature and several LPC devices. The feature added relates to Cortex-M core reset capability. These cores can be reset by software. The patch...

Hello! While programming lpc21isp adds garbage data at the end of program in the flash memory. It is a problem when CRC value is calculated by the code from whole...

This adds CMake support, and a working Travis-CI matrix. [Travis Build Status](https://travis-ci.com/jwinarske/lpc21isp)

This is tested with LPC804 and LPC845 using an FTDI dongle. LPC83x is untested.

I just realised that commit `1570efc02cb2bd3aa2564e3a2ebe77249279af4b` is incompatible with building on Yosemite and El Capitan. When trying to build, I get `-static` instead of `-D__APPLE__` which causes the following: ```...

I think is easier if the chip do auto reboot after finishing downloading. Is it possible? Maybe i miss some options to do that. I did little hack for auto...

The default SYSFS_GPIO_SUPPORT define broke DTS/RTS over serial port (when `-control` was used, it failed when it couldn't open GPIO files). Fixing by rearranging code. If `-control` is passed, DTS/RTS...