Datasheet
Programming PIC Microcontrollers in BASIC - mikroElektronika
HEX file is the one you need to program the microcontroller. Commonly, generated HEX 
will be standard 8-bit Merged Intel HEX format, accepted by the vast majority of the 
programming software. The programming device (programmer) with accessory software 
installed on PC is in charge of writing the physical contents of HEX file into the internal 
memory of a microcontroller. The contents of a file blink.hex is given below:
:100000000428FF3FFF3FFF3F031383168601FF30A5
:10001000831286000630F000FF30F100FF30F2005E
:10002000F00B13281A28F10B16281928F20B1628A2
:10003000132810281A30F000FF30F100F00B2128AF
:100040002428F10B21281E284230F000F00B26282E
:1000500086010630F000FF30F100FF30F200F00BB7
:1000600032283928F10B35283828F20B3528322868
:100070002F281A30F000FF30F100F00B4028432801
:10008000F10B40283D284230F000F00B45280428B1
:100090004828FF3FFF3FFF3FFF3FFF3FFF3FFF3F3E
:02400E007A3FF7
:00000001FF
Beside loading a program code into programming memory, programmer also configures the 
target microcontroller, including the type of oscillator, protection of memory against 
reading, watchdog timer, etc. The following figure shows the connection between PC, 
programming device and the MCU.
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/01.htm (7 sur 11)05/11/2004 02:10:07










