Sign in

username:

password:



Not a member?

Search piclist



Search tips

Subscribe to piclist



piclist by Keywords

12F675 | 16F628 | 16F84 | 16f877 | 16F877A | 16F88 | 18F458 | ADC | AVR | Bootloader | CAN | CCS | CRC | EAGLE | EEPROM | ICD | ICSP | IDE | JDM | LED | Macros | Microchip | MPLAB | PCB-CAD | PIC10F | Pic12f675 | PIC16F84 | PIC16F84A | PIC16F877 | PIC18 | PIC18F452 | PicBasic | PICC | PICSTART | PWM | RS-485 | RS232 | SMT | SPI | UART | USART | USB | Wireless | Wisp628 | Xilinx


Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | Piclist | C Routines


Advertise Here

A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.

C Routines - Mounir Shita - Feb 26 16:54:00 2001

Hi everyone,

Does anyone in here have some useless C programs for the 18-series
that wouldn't mind let me take a look at.

I'm just trying to get a feeling on how C for PIC works. Especially
the interrupt handling on PIC18 (#pragma stuff).

Any help would be very much appreciated.

Mounir



______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )


Re: C Routines - Jim Paul - Feb 26 20:44:00 2001

Pardon my ignorance, but what earthly good would it do
to look at useless programs?

Regards,

Jim
-----Original Message-----
From: Mounir Shita <>
To: <>
Date: Monday, February 26, 2001 3:56 PM
Subject: [piclist] C Routines >Hi everyone,
>
>Does anyone in here have some useless C programs for the 18-series
>that wouldn't mind let me take a look at.
>
>I'm just trying to get a feeling on how C for PIC works. Especially
>the interrupt handling on PIC18 (#pragma stuff).
>
>Any help would be very much appreciated.
>
>Mounir >to unsubscribe, go to http://www.onelist.com and follow the instructions




(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )

Re: C Routines - Mounir Shita - Feb 27 1:58:00 2001

A test program that someone wrote.....or something. Doesn't have to be a complete code. Just want to see how stuff are set up.
 
You know what I mean :)
 
Mounir

----- Original Message -----
From: Jim Paul
Sent: Monday, February 26, 2001 5:56 PM
To: p...@yahoogroups.com; Mounir Shita
Subject: Re: [piclist] C Routines

Pardon my ignorance, but what earthly good would it do
to look at useless programs?

                                                            Regards,

                                                                Jim
-----Original Message-----
From: Mounir Shita <m...@hotmail.com>
To: p...@yahoogroups.com <p...@yahoogroups.com>
Date: Monday, February 26, 2001 3:56 PM
Subject: [piclist] C Routines>Hi everyone,
>
>Does anyone in here have some useless C programs for the 18-series
>that wouldn't mind let me take a look at.
>
>I'm just trying to get a feeling on how C for PIC works. Especially
>the interrupt handling on PIC18 (#pragma stuff).
>
>Any help would be very much appreciated.
>
>Mounir>to unsubscribe, go to http://www.onelist.com and follow the instructions>




Get your FREE download of MSN Explorer at http://explorer.msn.com





(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )

RE: C Routines - David Paterson - Feb 27 5:28:00 2001

Methinks he meant "of no commercial value" :-) so just
fragments or test programs to show the methodology.

Personally I do everything in assembler (I have to put up
with enough C++ weirdness at work <g>) but I'd be interested
to see how this stuff _should_ be done too, just in case I
ever decide to go high-level.

DP

> -----Original Message-----
> From: Jim Paul [mailto:]
> Sent: 27 February 2001 01:45
> To: ; Mounir Shita
> Subject: Re: [piclist] C Routines > Pardon my ignorance, but what earthly good would it do
> to look at useless programs?
>
> Regards,
>
> Jim
> -----Original Message-----
> From: Mounir Shita <>
> To: <>
> Date: Monday, February 26, 2001 3:56 PM
> Subject: [piclist] C Routines > >Hi everyone,
> >
> >Does anyone in here have some useless C programs for the 18-series
> >that wouldn't mind let me take a look at.
> >
> >I'm just trying to get a feeling on how C for PIC works. Especially
> >the interrupt handling on PIC18 (#pragma stuff).
> >
> >Any help would be very much appreciated.
> >
> >Mounir






(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )

Re: C Routines - Mounir Shita - Feb 27 11:02:00 2001

Yes, no commercial...maybe unfinished code or test programs and stuff.

C is nice on longer programs. Really cuts down on development time.
Used to program in C some years ago for the 16-series. The 18-series
is quite a bit difference though.

Mounir
--- In piclist@y..., David Paterson <david.paterson@v...> wrote:
> Methinks he meant "of no commercial value" :-) so just
> fragments or test programs to show the methodology.
>
> Personally I do everything in assembler (I have to put up
> with enough C++ weirdness at work <g>) but I'd be interested
> to see how this stuff _should_ be done too, just in case I
> ever decide to go high-level.
>
> DP
>
> > -----Original Message-----
> > From: Jim Paul [mailto:jamesp@i...]
> > Sent: 27 February 2001 01:45
> > To: piclist@y...; Mounir Shita
> > Subject: Re: [piclist] C Routines
> >
> >
> > Pardon my ignorance, but what earthly good would it do
> > to look at useless programs?
> >
> >
Regards,
> >
> >
Jim
> > -----Original Message-----
> > From: Mounir Shita <mounirshita@h...>
> > To: piclist@y... <piclist@y...>
> > Date: Monday, February 26, 2001 3:56 PM
> > Subject: [piclist] C Routines
> >
> >
> > >Hi everyone,
> > >
> > >Does anyone in here have some useless C programs for the 18-
series
> > >that wouldn't mind let me take a look at.
> > >
> > >I'm just trying to get a feeling on how C for PIC works.
Especially
> > >the interrupt handling on PIC18 (#pragma stuff).
> > >
> > >Any help would be very much appreciated.
> > >
> > >Mounir


______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )