Michochip, 8-bit
出自flip the world
LPCXpresso IDE installation
Download IDE
MPLABX-v3.40-linux-installer.tar
Compiler
MPLAB® XC8 Compiler v1.38
Binary
- Resulting in dist/default/production
tommy@hvs-tpe:~/projects/mbed/microchip/XC8_UG_EE/Example1.X$ tree
.
├── build
│ └── default
│ └── production
│ ├── example1.p1
│ ├── example1.p1.d
│ └── example1.pre
├── debug
│ └── default
├── dist
│ └── default
│ └── production
│ ├── Example1.X.production.cmf
│ ├── Example1.X.production.elf
│ ├── Example1.X.production.hex
│ ├── Example1.X.production.hxl
│ ├── Example1.X.production.lst
│ ├── Example1.X.production.map
│ ├── Example1.X.production.mum
│ ├── Example1.X.production.obj
│ ├── Example1.X.production.rlf
│ ├── Example1.X.production.sdb
│ ├── Example1.X.production.sym
│ └── memoryfile.xml
├── example1.c
├── Makefile
└── nbproject
├── configurations.xml
├── Makefile-default.mk
├── Makefile-genesis.properties
├── Makefile-impl.mk
├── Makefile-local-default.mk
├── Makefile-variables.mk
├── Package-default.bash
├── private
│ ├── configurations.xml
│ └── private.xml
└── project.xml
Programmer
PICkit2 Microchip Development Programmer with USB ICSP Pic Kit 2
