Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.13 KB

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