[EMAIL PROTECTED] a écrit :
  > Message: 2
> Date: Mon, 18 Feb 2008 16:59:06 -0500
> From: "Adam Gregory" <[EMAIL PROTECTED]>
> Subject: [Sdcc-user] New User
> To: Sdcc-user@lists.sourceforge.net
> Message-ID:
>       <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hello,
> 
> I am a new user to Sdcc, I am using a PIC16F877A as a target. I have a
> programmer and I am using GPASM to covert to HEX.
> 
> All the books and guides for the pic that I can find are written for the CCS
> or the MicroChip compilers. Are there any good tutorials for the Sdcc and
> PIC?
> 
> What I am looking for the most is Timers, Interupts, and libraries for
> serial and I2C and a delay routine that is fairly accurate.
> 
> If any has done something likes this or can point me in the right direction
> it would be greatly appreciated.
> 
> Thank you, Adam

I have written some library for PIC16F877, serial(RS232), I2C and RTC 
DS1307, Timer1, delay
You can get the lib at
http://per.launay.free.fr/pik_digor/sdcc/lib/
and the source at
http://per.launay.free.fr/pik_digor/sdcc/lib/source/

I have some difficulties with
const unsigned char mois[12][10] 
={"janvier","fevrier","mars","avril","mai","juin","juillet","aout","septembre","octobre","novembre","
 
decembre "}; with sdcc2.7 also you can find 2 libraries :
projet876.lib : pic16F876 or pic16f877 for sdcc2.6
projet877.lib : pic16F876 or pic16f877 for sdcc2.7

Pierre Launay

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to