Monthly Archives: September 2012

PICKit2 command line for linux

—————————————————————————- 9. Command Line Options —————————————————————————- The following commands are available in the command line interface. PICkit 2 COMMAND LINE HELP Options Description Default —————————————————————————- A<value> Set Vdd voltage Device Specific B<path> Specify the path to PK2DeviceFile.dat Searches PATH and

Tagged with: , ,
Posted in linux, mikrokontroler, PICKit2

How to solve Makefile Error “make: `all’ is up to date.”

1. Make sure there is a TAB after this line all : xxxxx <TAB>xxxx xxxx

Tagged with: ,
Posted in C/C++

Compiling on Linux using the Microchip C compiler

Getting your PIC code to compile in Linux used to be a hassle, but since the release of MPLAB-X, Microchip provides a fully functional Linux version of their C compiler. In this blog post, I’ll walk you through it’s installation so

Tagged with: ,
Posted in mikrokontroler

How to use PIC18F455 bootloader from varco

1. download the package from this site: http://gforge.enseeiht.fr/frs/?group_id=10 package you need: puf-1.1.tar.bz2 : bootloader package docker-1.2.tar.bz2 : a tool for uploading application using the above bootloader demo-1.1.tar.bz2 : a tool to switch application within PIC if you have PICKit programmer you don’t  need odyssey-0.6.tar.bz2

Tagged with: , ,
Posted in mikrokontroler

setup PIC18F4551 bootloader using varco bootloader

1. download the package from this site: http://gforge.enseeiht.fr/frs/?group_id=10 package you need: puf-1.1.tar.bz2 : bootloader package docker-1.2.tar.bz2 : a tool for uploading application using the above bootloader demo-1.1.tar.bz2 : a tool to switch application within PIC if you have PICKit programmer you don’t  need odyssey-0.6.tar.bz2

Posted in Uncategorized