Giter VIP home page Giter VIP logo

fabooh's People

Contributors

rickkimball avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

fabooh's Issues

Just a tribute! :)

Rick, just wanted to find a way to express my gratitude for you having created this delightful piece of work! ๐Ÿ‘

(After an abrupt departure and a 3-year pause, I've just found myself here around again, now finally/hopefully getting myself into using your lib in earnest. Also, I was pretty much shocked, to be honest, to find out that the only feedback to this project have come also from me (in 2015)... I completely forgot about that. :) (FYI, at that time I had just ripped your equally wonderful MSP430 GDB bootloader only, as that was all I needed then.))

Thank you!

gdb_bootloader: Reset P1.3 to avoid erratic pin drive in app code

As you correctly noted it in a comment yourself ("TODO: probably should reset clock and P1.3 button), please definitely do the button part, because that subtle inconsistency can have serious consequences that may easily remain unnoticed.

Just disable the pullup; P1REN = 0 would do fine.

(As I can see now with a scope, switching the port bit to output will leave the pull-up enabled, so the pin cannot reliably be driven low (if at all).
It won't cause problems on the Launchpad, but it rendered my setup unusable: P1.3 is output here, switching another module off when LOW, but was failing while the bootloader was sitting in the flash.)

Trigger the gdb_bootloader programmatically

I'll need to programmatically trigger bootstrap mode of gdb_bootloader from the fw.
Could you recommend a simple way other than writing some flag to flash?
Like... how easy would it be to get the bootloader be hooked optinoally to NMI instead of RST?
Or, just jumping over to an exported entry address (somewhere after checking the GPIO)? (You already have a "TODO: expose common routines..." in the BSL code. ;) ) Thanks!

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.