Tagged Questions

Atmel® AVR Studio® 4 is the Integrated Development Environment (IDE) for developing and debugging embedded Atmel AVR® applications.

learn more… | top users | synonyms

26
votes
13answers
3k views

Does it matter which microcontroller to use for 1st time embed system programmer?

I've experience in doing desktop and web programming for a few years. I would like to move onto doing some embed system programming. After asking the initial question, I wonder which hardware / ...
6
votes
5answers
1k views

8 bit enum, in C

I have to store instuctions, commands that I will be receiving via serial. The commands will be 8 bits long. I'd like to use Enumerations to deal with them in my code. Only a enumeration corresponds ...
2
votes
1answer
237 views

Using autocomplete feature in AVR Studio for coding C with avr-gcc

How can I enable or disable the autocomplete feature for the IDE AVR-Studio 5 or AVR-Studio 4? Do I have to edit some installation files to do this? In the video AVR Studio 5: How to use the Editor, ...
1
vote
2answers
468 views

Arduino: how to debug hex file in AVR Studio

When compiling an Arduino sketch, it creates a .hex file (stored in a temporary folder). When I open this file in AVR Studio 4.18, it tries to start at a location where no code exists. What should I ...
1
vote
4answers
575 views

Error message in AVR studio4

I have recently purchased an AVR USB programmer from robokits.co.in, was trying to program atmeg8 using AVR studio4 and I get the following when I click on the program options: a problem occurred ...
0
votes
1answer
325 views

Build AVR Studio 4 project in AVR Studio 5

I have an AT90USB162 Minimus AVR which I want to integrate into a project. I downloaded the demo code from Minimus USB. This is a driver for using the AVR as a COM port. The project is written for ...
0
votes
0answers
53 views

Suitable AVR debugger available in India

I have my code compiled with AVR studio (v4.18). Now I need a debugger for the same. Can anyone suggest a suitable AVR debugger available in India? Regards, Arjun
0
votes
2answers
397 views

How do I open an file in AVR Studio?

I have two ATMEGA88 (master and slave) working correctly by sending a test[] via I2C. Working enviroment: AVR Studio using C. What I need is to allow the master be able to send a indicated file ...