English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What does the programming hardware physically do to the PIC IC? How does the PIC know what your telling it to do?

2006-08-31 19:55:27 · 3 answers · asked by Anonymous in Science & Mathematics Engineering

3 answers

Never heard of a PIC except in the context of 'pilot in command', which clearly is not what you are talking about. Care to elaborate?

2006-08-31 20:19:29 · answer #1 · answered by Anonymous · 0 0

I believe you are talking of PIC microprocessors (and not of Pilot In Command!).
PICs are just processors with limited "commands" (such as ADD, SUB, MUL, MOV, etc...), a limited number of input/output lines, a limited amount of RAM and a small EEPROM.

You use a small piece of software to write a code in assembler.
Using a programmer, you download the code into the PIC EEPROM.
When you power the chip afterward, it starts reading its intructions and execute the program...
Welcome to the world of assembler!

2006-09-01 05:13:42 · answer #2 · answered by just "JR" 7 · 1 0

I have done considerable programming on the PIC processor, with literally millions of units assembled and sold with these processors inside. For more information I suggest that you go to the manufacturers website at http://www.microchip.com

Click on the 8 bit processors for more information.

2006-09-01 22:05:40 · answer #3 · answered by Joseph G 3 · 0 0

fedest.com, questions and answers