Programming Techniques:Special Features

Special Features These include options such as oscillator type, internal timers to make the chip operation more reliable, code protection and internal hardware to support in-circuit programming and debugging. Most of these options are selected via the chip configuration word. Clock Oscillator Type The PIC MCU can be driven by an external RC network, a […]
Continue reading…

 

Programming Techniques:Register Operations

Register Operations We will now briefly review some of the options available when using the file registers, which provide more flexibility in programming. Result Destination The default destination for single register operations can simply be specified by label or number. For example, INCF spare increments the register labeled ‘spare’, with the result being left in […]
Continue reading…