Coder Social home page Coder Social logo

canbootloader's Introduction

This project is a distributed CAN bootloader for the LPC1769.

Project structure

The entire project was build with the LPCXpresso IDE. The subprojects are:

  • Bootloader, the main bootloader that gets programmed onto every node.
  • Programmer, the special node in the network that receives code from the developers computer and translates it into our CAN protocol.
  • Bootloaderlib, the library with shared code between the Bootloader and Programmer project.
  • Host, the code that gets a binary via a FTDI chip to the special Programmer node.
  • User Application, a small user application that we used to test if the programmer works. It flashes a led on the LPCXpresso.
  • HelloWorldTest, a test project to get familiar with the development environment.
  • CMSISv2.10_LPC17xx and LPC17xx-Drivers, driver and setup code from NXP, ARM and Code RED to setup embedded projects for the LPC1769.

Design

The design is documented in our report available on http://repository.tudelft.nl/view/ir/uuid%3A23211b17-11ce-4cc5-8f84-35766f7a975f/. Important points are:

  • The bootloader is located at the top of the flash so the application you are flashing onto the nodes does not need to be linked differently from the developers test setup.
  • The design is modular so you should be able to replace CAN with another bus protocol or port the application to another ARM processor without to many problems.

canbootloader's People

Contributors

cobrid avatar harmjan avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  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.