Coder Social home page Coder Social logo

nucleo-144-opencm3's Introduction

Sandbox for playing with libopencm3 in a nucleo-144 evaluation board

If you forgot to clone --recursive(ly), do this first:

  % git submodule init
  % git submodule update

Once you've pulled in the opencm3 library, you can build it like this:

  % make opencm3

When the library built without error, build the firmware like so:

  % make

To flash the firmware onto a nucleo-144 board:

  % st-flash hello-world.bin 0x08000000

The user LED LD1 should blink after the flasher is done.

The firmware can be used to demo semihosting (a feature that let's a micro
controller issue a couple of syscalls on its host through a JTAG connection).
To build with semihosting enabled, do:

  % make WITH_SEMIHOSTING=1

Semihosting was tested with OpenOCD v0.10.0, as well as a BlackMagic Probe.

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.