Giter VIP home page Giter VIP logo

lpc21isp_win's Introduction

LPC21ISP_Win

LPC21ISP Pre-compiled for Windows

I removed an if-statement that was preventing from the FTDI automatic reset from working fully. It'd put the LPC1114 into program mode, but after the program was uploaded the function that reset it back into run mode would never execute. I simply commented the if statement out. I'm sure I've cost some robustness, but hey, it works. :)

//THOMAS BRITTAIN: Not sure what this if statement is doing, but it keeps it from entering RUN_MODE after upload.
//if (IspEnvironment->StartAddress == 0 || IspEnvironment->TerminalOnly)
  //{
    /* Only reset target if startaddress = 0
    * Otherwise stay with the running program as started in Download()
    */
    ResetTarget(IspEnvironment, RUN_MODE);
//}

I believe StartAddress never equals "0"?

lpc21isp_win's People

Watchers

rtsys avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.