I decided that I’d like to start programming PIC microcontrollers and so I decided to buy the K8076 programming board. But up to now I wasn’t able to write/get an example code which only toggles one portpin. I tried differnet things, but after downloading, the PIC seems to do nothing. I also tried another uC, but it was the same.
What can be the problem? Maybe anyone already has a simple example (c/asm/hex)?
Yes, it’s just a programmer.
However, when I toggle a port, I should be able to measure it with a Multimeter (5V / 0V). I didn’t connect a LED or any other hardware to the uC.
There is no x-tal on the board so the PIC should be programmed AT LEAST to use its internal RC oscillator or otherwise it won’t do anything (no clock). Use power-on reset instead of MCLR also. Perhaps immediately after programming it is possible that it won’t work but than it should after powering the board off and on again after a few secs.
Thanks for your help, I just got my first program running
My Problem: the programm I used was written for the PIC4550 and I didn’t change the clock configuration --> no clock
The PIC starts the program automatically, without putting it in an external circuit or power it off and on again.
One last question: Is there an enhanced datasheet for the K8076? Because I don’t know what the LEDs (LD2 - LD4) are for and I would be glad to know how the whole board works.