Hi everyone,
I'm using the pic basic pro demo to learn how to program microcontrolers for a class. I using a Microchip book that tells me how to program the pic16f628A. This is the program the book suggests for a Monostable Oscilator:
HIGH PortB.0
Pause 5000
low PortB.0
end
After I compile the program I get this error message:
fatal c:\pbpdemo\inc\m16f62xa.inc 7: [307] Illegal DEVICE type
I already tried to use other pics but I get the same error related to their own .inc file. Can anyone please tell me what is wrong or what the error means?
Thanks,
Jorge
Bookmarks