Hi this is my current code (all)
I use MicroCode Studio Plus with PICBASIC PRO compiler.
And when I transfer it to my PIC16F648A, my led connected to RB1 doesnt blink (the led is working)Code:loop: high portb.1 pause 500 low portb.1 pause 500 goto loop end
Its connected like this:
Someone told me that I might be something with CONFIG Bits but he couldnt help me casue he use assembler..
Versions:
Programmer is Wisp628+xwisp2161
Config fuses, no idea..
Bookmarks