gnupic: Re: [gnupic] Help me, please !!


Previous by date: 16 Jun 2005 20:15:00 +0100 Help me, please !!, Eduardo Namba
Next by date: 16 Jun 2005 20:15:00 +0100 Re: [gnupic] PIC under Linux developpement Howto, Chen Xiao Fan
Previous in thread:
Next in thread:

Subject: Re: [gnupic] Help me, please !!
From: Greg Hill ####@####.####
Date: 16 Jun 2005 20:15:00 +0100
Message-Id: <Pine.LNX.4.62.0506161310490.5298@hillnet.us>

On Thu, 16 Jun 2005, Eduardo Namba wrote:

> How use the pic16f628a without crystal?
> Ps. Language ASM

I have the following at the top of my main .asm file for one project:

  list p=16F628
  __config _BODEN_ON & _CP_OFF & _PWRTE_ON & _WDT_ON & _LVP_OFF &
  _MCLRE_OFF & _INTRC_OSC_NOCLKOUT
  include <p16f628.inc>

This config word sets the chip to use the internal oscillator (and sets 
other things appropriate for my project, obviously). The Configuration 
Word section in the datasheet explains all the options which can be set by 
the config word.

Greg


Previous by date: 16 Jun 2005 20:15:00 +0100 Help me, please !!, Eduardo Namba
Next by date: 16 Jun 2005 20:15:00 +0100 Re: [gnupic] PIC under Linux developpement Howto, Chen Xiao Fan
Previous in thread:
Next in thread:


Powered by ezmlm-browse 0.20.