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

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.

Re: thank u - Paul James E. - Feb 11 20:47:00 2004


First thing you should do is go to the Microchip website and search their
application notes section for PWM and/or 12F675 related notes. PWM is
really not that hard once you look into it. Get the Ap Notes and then
get back with me.

Regards,

Jim > hello,
> thank you for the replies,this is my very first project in my
> final year B.E and i am quite o.k with 8085 programming . i
> downloaded the data sheets a little time ago.i have gone through the
> data sheets.
> we are actually first working on PWM rght now.....we r using timer0
> for on time and timer1 for off time .problem is mainly with timer1
> because it is 16 bit. i have no idea about pic programming.
> maybe if i get an example...i can get an idea for starting .
> i am running short of time because i had my exams and hardware took a
> lot of time.
> i just want a brief idea of how to about programming a pic....
> can u please illustrate a simple pic program ( of the same
> pic12f675)? > to unsubscribe, go to http://www.yahoogroups.com and follow the
> instructions Yahoo! Groups Links






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


thank u - vaishnavi236 - Feb 12 0:13:00 2004

hello,
thank you for the replies,this is my very first project in my
final year B.E and i am quite o.k with 8085 programming . i
downloaded the data sheets a little time ago.i have gone through the
data sheets.
we are actually first working on PWM rght now.....we r using timer0
for on time and timer1 for off time .problem is mainly with timer1
because it is 16 bit. i have no idea about pic programming.
maybe if i get an example...i can get an idea for starting .
i am running short of time because i had my exams and hardware took
a lot of time.
i just want a brief idea of how to about programming a pic....
can u please illustrate a simple pic program ( of the same
pic12f675)?






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

Re: thank u - Patrick Reitelbach - Feb 12 9:11:00 2004

Look at application notes AN863, AN874 & AN250 on the mocrochip web
site.

AN863 has great examples of timer & interrupt usage, math examples
etc. in master.asm. Mux.asm uses the 629 which is a 675 without the
ADC.

AN874 specifically uses the 675. Examples of ADC, timer and pwm
operations.

AN250 is another example using the 675.

Do not just look at/for examples specifically using the 675. Most
code for any of the mid-range 14 bit mcu's can easily be ported to
other variants of the 14 bit core. All are examples of how to get
started.

pr --- In , "vaishnavi236" <vaishnavi236@y...>
wrote:
> hello,
> thank you for the replies,this is my very first project in
my
> final year B.E and i am quite o.k with 8085 programming . i
> downloaded the data sheets a little time ago.i have gone through
the
> data sheets.
> we are actually first working on PWM rght now.....we r using timer0
> for on time and timer1 for off time .problem is mainly with timer1
> because it is 16 bit. i have no idea about pic programming.
> maybe if i get an example...i can get an idea for starting .
> i am running short of time because i had my exams and hardware
took
> a lot of time.
> i just want a brief idea of how to about programming a pic....
> can u please illustrate a simple pic program ( of the same
> pic12f675)?




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

Re: thank u - Chad Russel - Feb 12 11:54:00 2004

I have just finished a 12F675 program, if you just want something to
look at.

Chad

--- "Paul James E." <> wrote:
>
> First thing you should do is go to the Microchip website and search
> their
> application notes section for PWM and/or 12F675 related notes. PWM
> is
> really not that hard once you look into it. Get the Ap Notes and
> then
> get back with me.
>
> Regards,
>
> Jim > > hello,
> > thank you for the replies,this is my very first project in
> my
> > final year B.E and i am quite o.k with 8085 programming . i
> > downloaded the data sheets a little time ago.i have gone through
> the
> > data sheets.
> > we are actually first working on PWM rght now.....we r using timer0
>
> > for on time and timer1 for off time .problem is mainly with timer1
>
> > because it is 16 bit. i have no idea about pic programming.
> > maybe if i get an example...i can get an idea for starting .
> > i am running short of time because i had my exams and hardware
> took a
> > lot of time.
> > i just want a brief idea of how to about programming a pic....
> > can u please illustrate a simple pic program ( of the same
> > pic12f675)?
> >
> >
> >
> >
> >
> > to unsubscribe, go to http://www.yahoogroups.com and follow the
> > instructions Yahoo! Groups Links
> >
> >
> >
> =====
My software has no bugs. Only undocumented features.

__________________________________





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