Maker Pro
Maker Pro

uC selection

J

JosephKK

Jan 1, 1970
0
Some of their tools are licensed under the GPL.

That could explain some of the PIC popularity, free tools. That is
starting to become common, but GPL tools are not so common.
 
J

JosephKK

Jan 1, 1970
0
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1



Sure if the chips suit.


Again, sure if the chips suit the job.


Oh, there's plenty of commercial use for them! The Dell laptop I have
recently disassembled used a PIC for the mouse pad. You'd probably find
them in all kinds of appliances (dishwashers, tumble driers, etc.) if you
took some of those apart.


Why wouldn't you? If the chip performs the function and the price is
right, what is there to loose?

Amplifying, you do not get sales volumes in the billions on only
hobbyist applications.
 
R

Rich Grise

Jan 1, 1970
0
Currently I use microchip pics but I'm looking possibly to switch, but what?
Is Atmel worth it? What about TI? I'm looking for something similar to
microchip but more of a commercial aspect. I have never seen any commercial
device that uses a pic and I assume there are reasons for this? It seems
that pic's are only for hobbiests so using them in a commercial product is a
no-no?

Use a CPLD or FPGA with the VHDL or Verilog uP core of your choice. I like
the6502 a lot. ;-)

Cheers!
Rich
 
R

Rich Grise

Jan 1, 1970
0
.
The only reason I'm using pic's now is cause of how easy was to get
started and the majority of it was free/low cost(tools, chips,
programmer, etc...).

If it works, why fix it? (notwithstanding bank switching is Evil.) ;-)

Cheers!
Rich
 
R

Rich Grise

Jan 1, 1970
0
I'm betting you're a man who programs in assembly!

Absolutely! :)
(The 6502 is a pretty lousy target for a C compiler...)

Well, true, but I like the orthogonality of its architecture, and its
fairly "simple" instruction set. I made a dandy keyboard controller with
"n-key" rollover out of one once.

Cheers!
Rich
 
Top