Tagged Questions

8
votes
5answers
1k views

How can I unit test Arduino code?

I'd like to be able to unit test my Arduino code. Ideally I would be able to run any tests without having to upload the code to the Arduino. Are there any tools or libraries out th …
0
votes
3answers
31 views

How can I jump relative to the PC using the gnu assembler for AVR?

I have a binary file that I've disassembled using avr-objcopy. The interrupt vector table looks like: 00000000 : ; VECTOR TABLE 0: 13 c0 rjmp .+38 ; 0x28, …
2
votes
2answers
80 views

Go port to the AVR architecture?

Ever since I heard about google's new language Go I wanted to use it for microcontroller programming. In particular Atmel AVR micro-controllers like the Atmega series. Is there a G …
0
votes
8answers
45 views

how bad is it to use dynamic datastuctures on an embedded system?

So IN an embedded systems unit, that i'm taking at uni next year, we will learn that dynamic data structures are a bad thing to have in an embedded system program. but the lecture …
3
votes
4answers
147 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 enum …
1
vote
3answers
69 views

Am I overflowing my AVR’s flash memory with a program that’s too big?

I have a project where an ATtiny2313V is controlling a 7x5 LED matrix to display scrolling text. To display the text, I built a font which is stored in the flash with the rest of …
2
votes
2answers
200 views

What’s the difference/relationship between avr and Arduino?

I've been interested in hardware programming recently but not started yet. I did some searching working,and have a vague idea: Arduino is a combination of both chip and brea …
2
votes
3answers
128 views

Why is this code being generated by avr-gcc and how does it work?

This is a snippet of disassembled avr code from a C project I'm working on. I noticed this curious code being generated and I can't understand how it works. I'm assuming it's some …
3
votes
7answers
483 views

How can I visualise the memory (SRAM) usage of an AVR program?

I have encountered a problem in a C program running on an AVR microcontroller (ATMega328P). I believe it is due to a stack/heap collision but I'd like to be able to confirm this. …
3
votes
7answers
424 views

Can I implement the Factory Method pattern in C++ without using new?

I'm working in an embedded environment (Arduino/AVR ATMega328) and want to implement the Factory Method pattern in C++. However, the compiler I'm using (avr-gcc) doesn't support th …
0
votes
2answers
122 views

How do I open an file in AVR Studio?

Hello, there: 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 allow master be able …
4
votes
2answers
701 views

Using an external 32768 Hz crystal to control timer2 on atmega168 [closed]

I have an atmega168 which runs on the internal 8Mhz clock. But I need it to be more accurate than the RC clock can be, so I have a 32768Hz crystal connected to XTAL1 and XTAL2. My …
2
votes
4answers
2k views

Simple serial AVR programmer for beginner

What is the cheap and good way to make a serial (RS232) programmer for AVR atMega and atTiny? There are several circuits in the Internet, but which one is better? I'd like to be a …
1
vote
1answer
87 views

Pros and Cons of ASNA Visual RPG (AVR)

Have you had any experience with ASNA Visual RPG for Visual Studio 2005/2008? I'm looking for some feedback on this product. I'm especially curious as to how it compares to other …
1
vote
2answers
85 views

Formatting characters on serial output!!!

Hi Guys, I'm interfacing an SD card to ATmega128 using EFSL. Card gets initialised, but I get an error saying "Unknown error 0xff(see sandisk docs p5-13)"... on serial port output …

1 2 next
15 30 50 per page