Just have a look to the firsts manual pages ... there's a dedicated DEFINE !!!
Alain
Just have a look to the firsts manual pages ... there's a dedicated DEFINE !!!
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Hi!
I wanted to only know if the compiler produces the code or must use of the directives in assembler?
I must read the datasheet of the 12f508 or I must read the handbook of compiler PICBASIC PRO?
The minimum You HAVE to read is ... BOTH ...
A look to Microchip Assembler is not too much nor, if used !!!
...
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Originally Posted by volcane
To help a person who, after exhausting other options such as reading the datasheets or the manuals, or after doing a number of tests, try, experiments, etc. is just plain stuck and needs a nudge to figure out a problem.
Doesn't look to me like you've done any of the above...
JDG
Hi!
you have reason perfectly,but you before did not make to write the solution?
that is:@ MOVWF OSCCAL
PBP handles this for you. It's very easy to verify.
Compile this for a 12F508;
Now simply open the .LST file, and look for it.Code:Main: HIGH 0 pause 500 low 0 pause 500 goto Main End
ORG 0 ; Start at 0
movwf OSCCAL ; Set oscillator calibration
Look in your PBP manual, section 2.5.1, PICmicro MCU Specific Issues.
Bookmarks