How do I know the PIC is programmed?

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
aengel_032188
Posts: 1
Joined: Tue Nov 11, 2008 6:59 am
Contact:

How do I know the PIC is programmed?

Post by aengel_032188 »

I am doing an essay for school and it may sound like an easy and simple question, but I wanted to know a few basics on how to know the PIC is successfully programmed. Any help would be greatly appreciated.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: How do I know the PIC is programmed?

Post by Benj »

Hello

Create a simple program to toggle the output on a single pin. If the pin toggles as it should then you know the device is being programmed. You can then take it from there.

Note: If the pin does not toggle as expected then this does not mean that the chip was not programmed correctly. It could instead be that your configuration settings are incorrect for your hardware.

If the pin toggles then you can be sure that the config data and the program have been specified and transferred correctly.

Post Reply