martinribelotta / ciaa_lpcopen_bare

Bare Metal, LPCOpen projects for EDU-CIAA-NXP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ciaa_lpcopen_bare

Bare Metal, LPCOpen projects for EDU-CIAA-NXP

CIAA logo

Dependencies

Usage

  • Edit Makefile file and uncomment required APP=... (one of all)
  • From command line type make all or simply make
  • with the board connected, type make download. This write program into board and run
  • For erase chip, type make erase
  • For debuggin, in another console, type make openocd. This start openocd and listen for gdb connection
  • In the main console type make debug. This start gdb and connect with openocd, download the code to flash and start execution

Status

This is work in progress. Some projects not work.

An actualized status of complied pograms can see in the last recent build log

WARNING: If a project pass the compilation, not necessarily work in board

To actualize build log, type make test_build_all into main directory

About

Bare Metal, LPCOpen projects for EDU-CIAA-NXP


Languages

Language:C 92.0%Language:C++ 7.9%Language:Objective-C 0.0%Language:Makefile 0.0%Language:Shell 0.0%