Skip to content
forked from igkov/bcomp11

Car on-board computer based on LPC11C14. Specified for Mitsubishi Pajero Sport 2nd gen.

License

Notifications You must be signed in to change notification settings

deniedx/bcomp11

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcomp11 - on-board computer

Car on-board computer based on LPC11C14. Specified for Mitsubishi Pajero Sport 2nd gen.

Configurations

The Keil MDK project have some configurations:

bcomp11 (Debug) - old interface version, debug build.
bcomp11 (Release) - old interface version, release build.
bcomp11v2 (Debug) - new (actual) interface version, debug build.
bcomp11v2 (Release) - new (actual) interface version, release build.

For build in GCC-ARM use Makefile. GCC build didn't full functionality, because GCC generate more code.

The sub-folder /pc contains HAL-level and build-script for compilation in MinGW-Win32. This build use for easy interface debug.

Full description

http://igorkov.org/bcomp11 (old version) http://igorkov.org/bcomp11v2 (actual version)

Hardware description

Computer based on NXP LPC11C14 with HW CAN. Full hardware project here: https://github.com/igkov/bcomp11hw

Scheme:

Device view (this is first hardware version)*: *on photo 2 board with LPC11C14: this computer, and test device for automotive CAN-NET: http://github.com/igkov/ecu-emulator

Compilation

Use Keil MDK or GCC ARM. Recommended version of Keil MDK - 4.23 or 4.24, newer versions have other editor kernel and cann't show Cyrillic in CP-1251 (only in Unicode/UTF-8), thats problem for show/edit Cyrillic text constants.

Program MCU

For program MCU, please use USB-UART converter with DTR/RST control and programming utility as Flash Magic or lpc21isp.

Donate project

You can donate this project here.

About

Car on-board computer based on LPC11C14. Specified for Mitsubishi Pajero Sport 2nd gen.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.8%
  • Other 1.2%