What version of PBP are you using? PM or MPASM(version?).
Have you done anything to the 12F675.inc file in the PBP directory?
What version of PBP are you using? PM or MPASM(version?).
Have you done anything to the 12F675.inc file in the PBP directory?
Dave
Always wear safety glasses while programming.
I am using melabs programmer version 4.01, microcode studio version 2.3.0.0 and compiler version is picbasic pro 2.46. I don't know if that answers your question. I have not looked at the include file (or know where to find it).
Did you select the correct device in the dropdown list in MicroCodeStudio? Most programing softwares autoselect the device based on the device that the loaded .hex file was compiled for. (I don't know about the one you're using though). So, if you select the wrong device in MCS you'll get the wrong device in the programing software.
Works for me
but like HenrikOlsson said make sure you have 12f675 selected
16f628 is the default on mine
Code:'**************************************************************** '* Name : UNTITLED.BAS * '* Author : grounded * '* Notice : Copyright (c) 2009 Copyright * '* : All Rights Reserved * '* Date : 9/15/2009 * '* Version : 1.0 * '* Notes : * '* : * '**************************************************************** rem device 12F675 CMCON = 7 'SETS DIGITAL MODE TRISIO = %00111100 'MAKES GPIO.2,3,4,AND 5 AN INPUT DEFINE OSCCAL_1K 1 'PRESERVES OSCILLATOR CALIBRATION J VAR BYTE 'DEFINE VARIABLE J low GPIO.0 END
" be nice it's people like me that make people like you look smart"
yes I read the datasheet, of the 300 pages I understood 10
Bookmarks