Tagged Questions
12
votes
5answers
527 views
Testing Code for Embedded Application
Background:
I am developing a largish project using at Atmel AVR atmega2560. This project contains a lot of hardware based functions (7 SPI devices, 2 I2C, 2 RS485 MODBUS ports, lots of Analogue and ...
7
votes
6answers
2k views
Arduino: Lightweight Compression Algorithm to store data in EEPROM
I want to store a shitload of data onto my Arduino whith ATmega168/328 Controller, but unfortunately there's only 256KB / 512KB of EEPROM storage.
My idea is to make use of an compression algorithm ...
6
votes
6answers
1k views
Advantages of atmega32
What are the advantages of using ATmega32 than other microcontrollers?
Is it better than PIC, ARM, and 8051?
2
votes
2answers
547 views
avrdude and atmega48pa
Can i programm the atmega48pa with avrdude? I have problems with the signature ...
% avrdude -pm48 -cavrisp2 -Pusb -V -U flash:w:main.hex
avrdude: AVR device initialized and ready to accept ...
1
vote
2answers
47 views
Checking whether Atmega32 is dead [closed]
I know this may not be the correct place to post this, but how do I know if a certain chip is dead? My friend has this Atmega32 and he seems to have connected it to 9V battery for a minute maybe.. ...