![]() |
![]() |
![]() |
|
|
|||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
hello there. so i beleive I have the basic conceps of a pic and raly need to get going onto something practical. so i need to know
1. what is the best PIC to start with for some basic practical work 2. where do i go to learn assembly. i know no programming languages (done so crap in school on turbo pascal but mostly forgoten it - i did start to look at basic but left it) so i might as well start from the bottom and most efficient assembly. 3. I understand that PIC is specifically the microcontrollers made by microcip so it is a tradmark not a type of chip. what other options are there ? 4. does each pic/microcontroller have many differences to be taken into account when programming one or another and how do i get this information. is assembly the same for each pic I am using microchips mplab ide any suggestions with this are of help as well. is it what i need ? Thank you to anyone that will help me get going
__________________
I AM the exeption that disproves the rule in many ways but the rules still apply (unfortunately) my site:www.simons-photography.com http://rushdenrotaract.org.uk see also http://www.bigstockphoto.com/account...fid=m2URATYch5 http://www.redbubble.com/people/simonsphotography |
|
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) |
|
that looks interesting
thanks
__________________
I AM the exeption that disproves the rule in many ways but the rules still apply (unfortunately) my site:www.simons-photography.com http://rushdenrotaract.org.uk see also http://www.bigstockphoto.com/account...fid=m2URATYch5 http://www.redbubble.com/people/simonsphotography |
|
|
|
|
|
|
(permalink) |
|
there are lots of microcontrollers. (PIC, zilog, etc). Zilog for example is also programmed in assymbly language. But the difference is thier design and pin config of course. Features are also different such that zilog is 1 time programmable while PIC offers 1M times. (though there are also 1 time programmable PICs).
|
|
|
|
|
|
|
(permalink) |
|
Don't forget AVRs!! AVR assembly is pretty easy to work with because of the 32 byte register file layout, small to mid size programs can be made using only the register file without SRAM for some very high speed programs, plus the I/O lines can be toggled at clock speed for incredible I/O performance. The PLL'd timer module version of the AVR can natively output PWM signals at 50% duty cycle at close to greater than 30mhz. For straight from the ground up learning of how a high performance assembly system can be easy to program and fast, it's hard to beat AVRs for ease of learning and power.
__________________
"Because I be what I be. I would tell you what you want to know if I
could, mum, but I be a cat, and no cat anywhere ever gave anyone a straight answer, har har." Last edited by Sceadwian; 15th June 2008 at 10:56 PM. |
|
|
|
|
|
|
(permalink) |
|
|
|
|
|
|
|
|
(permalink) |
|
Elmer 160 -* Course Lessons
and I highly recommend going to some of the Microchip training classes just to get started. |
|
|
|
|
|
|
(permalink) |
|
Hi
Gooligum Electronics Yes Mr.Gayan that is very nice tutorial full of CCS PCB and HiTech picc examples Mike's Cybot Page is nice basic tutorial about assembly for pic Last edited by HATHA; 16th June 2008 at 02:52 PM. |
|
|
|
|