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.
|
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 |
|
|
|
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 |
|
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
Get your FREE download of MSN Explorer at http://explorer.msn.com |
|
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 |
|
|
|
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 |