avr??
most mcu work the same way these days FAP flash and play
so... what do you need to know
i/o is i/o ~ o/i = o/i = (1) | ( !1)
most often avr are the same to program
expensive programmers arent needed mostly
unless its 'a product' then standards apply and its best
to program over a wide range of voltages to exacting constraints
using the programmers manufacturers use or recommend is always best
however for hobby stuff this kind of methods is cool
called bit banging ! and aok for hobby and semi product {development} grade
nothing more....
maybe avr is harder this way unless you add a boot block {you can use this method to add the boot block then the upper block via a serial connection
many freeware code does this for diverse mcu
sometimes buying a software you like and devoting time to it fully helps ...
any mcu makers actual software is old hat as soon as its made
and only good for learning c and writing function
and embeding functions to asm to quicken parts and an
assembler written 'embeded' mcu application with a c style shell
best look around im not an avr fan ... there mcu's arent as powerfull
in real terms as pic software is further on and easier to add in block macro form
avr is not slow infact it out perform's most stuff at the expence of complex functions
as it has less instuctions in some levels of core and external unitation as i used
is easy although avr are more expensive
maybe they are better ? but maybe not
most smart cards are pic84 there must be a reason
and the reason is security
pic c 84 is a very secure chip if its programmed the right way
pics can be exposed in one mode to check security of its pins then
reset to another mode to perform the tasking {the use of external eeprom in car radios}
avoid proteus vsm for this task its dosnt perform a static init
and its pic models are fully flawed by init ineptitude ...
if there pic model quality is anything to go by avoid there whole micro's systems
stick to free or shareware apps like avrsim and others
or pic simulator ide{harder to set up well not really just different}
so the likes of a pic 84 level on avr hasnt been extracted
to the likes of icprog freeware level
pic is more popular like many things one must eventualy die or both take equal share
there are many makers of mcu best to look to japanese mcu for the best least documented types
as they are far better at delicate tasks if quality is the need american mcu are slow and hobby
why everyone goes for proteus when its useless at protection is above me .... !!!
