Re: Beginning PICs
- From: "DirtDobber" <ddobber@abc123@.biz>
- Date: Fri, 02 Sep 2005 13:55:19 GMT
I've used alot of different micros and never had problems with random
resets.
Only reason you might would be bad hardware layout or bad hardware design.
Messing with AVR fuses is trivial. Messing with PIC banking is a huge mess.
Did I mention PIC have very poor support for pointers while AVR was designed
for pointers.
Very important to write an efficient C compiler.
The only free C compilers for the PIC are toys. AVR has free GCC C Compiler
that is highly recognized.
"Wolfgang Mahringer" <yeti201@xxxxxx> wrote in message
news:y1TRe.2$J72.1840268@xxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi Tom,
>
> Thomas Magma schrieb:
>> I'm a fan of the PIC.
>
> Me too :-)
> And I want to throw in 3 more arguments:
> 1) I have never seen more ESD/spikes/bad supply robust micros
> than the PICs, which makes it easier to do applications which
> should *not* reset every now and then.
> Forget that with AVRs. May be the main reason, PICs are
> widely used in automotive areas.
> 2) Programming AVR chips is a mess. Once you muck up the
> fuses, you have to tinker around to repair that.
> *Much* easier with PICs.
> 3) Free C compilers are available for PICs. No need to bother
> with banked RAM.
>
>>>I don't want to start a flame war - but need to ask - which would be a
>>>good solution to begin PIC programming?
>>>This would include not only the chip but the programmer & tools.
>
> I would install one of the free C compilers on top of MPLAB.
> You should also purchase a ICD2 debugger (maybe there are
> DIY projects also). This makes life much easier :-)
>
>>>Kits are good too.
> No need. A bit of breadbord and a soldering iron is all you need.
>
> greetz,
> Wolfgang
>
> --
> From-address is Spam trap
> Use: wolfgang (dot) mahringer (at) sbg (dot) at
>
.
- References:
- Beginning PICs
- From: bender
- Re: Beginning PICs
- From: Thomas Magma
- Re: Beginning PICs
- From: Wolfgang Mahringer
- Beginning PICs
- Prev by Date: Re: Beginning PICs
- Next by Date: Re: OS for 8 bits processor
- Previous by thread: Re: Beginning PICs
- Next by thread: Re: Beginning PICs
- Index(es):
Relevant Pages
|
Loading