Comment #6 on issue 157 by robhamerling: Loading OSCCAL with the value provided by the manufacturer
http://code.google.com/p/jallib/issues/detail?id=157
Well, enable_digital_io() is a procedure defined in the device file, but not executed by the device file. It is up to the user-program to call it or not. Something similar is possible for the 12f629/675,16f630/676 whereby calibration can be done at any time, and it is up to the user if he wants to call it or not. But in case of the 12-bits core, whereby the calibration word is a movfw instruction the calibration (movwf osccal) MUST be performed as first instruction of the program (or at least not preceded by an instruction which modifies the W register). Therefore I think for this group calibration can only be performed by the device file (or by the compiler!).
-- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/jallib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
