This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AVR ATMega32

Hi,

I am new to AVR micro controller. Did the keil compiler support ATMega32 (8 bit ) controller. Very urgent. Please help me out..

Regards,
Kiranmai G

Parents
  • Hi,

    no, the AVR is not supported by uVision.
    But you can use WinAVR for it, perhaps put AVR Studio on top of it. Ask google :-)

    AVR is an 8Bit RISC, an own architecture from Atmel. It has nothing to do with 8051.

    But - AVR is a very nice controller to start from zero, I did that before I moved to ARM :-)

    BR,
    /th.

Reply
  • Hi,

    no, the AVR is not supported by uVision.
    But you can use WinAVR for it, perhaps put AVR Studio on top of it. Ask google :-)

    AVR is an 8Bit RISC, an own architecture from Atmel. It has nothing to do with 8051.

    But - AVR is a very nice controller to start from zero, I did that before I moved to ARM :-)

    BR,
    /th.

Children