Tagged Questions
12
votes
5answers
528 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 ...
3
votes
2answers
644 views
AVR - Interrupt Vector and Global Variable
Hey, im using an atmega32 to interrupt every 32ms to do some arbitrary stuff, which isnt really important for now.
Im using the timer overflow of timer0 to interrupt, which works predictably and ...
3
votes
8answers
4k views
How to send sound to a speaker
If I were to program a microcontroller (ATMega128) to play a realtone with a speaker, how would I do this?
Do I need to use a digital/analog converter to send different amplitude values, or is it ...
2
votes
3answers
831 views
Modify A Code From An ATmega32 To An Arduino Mega - error in In function `main' even if there is none!
I'm trying to modify this code in an attempt to make it work on an Arduino Mega. I'm pretty much new to C so, I may have made some major mistakes. By the way, this is for a self balancing skateboard.
...
2
votes
4answers
1k views
What are the major differences between coding an AVR ATmega32 and an Arduino Mega?
I'm trying to modify this code in an attempt to make it work on an Arduino Mega. I'm pretty much new to C, so I may have made some major mistakes. By the way, this is for a self balancing skateboard.
...
0
votes
0answers
69 views
PB7, PD7 (on ATMega32) won't work when pull ups enabled. Also PC6 and PC7 don't show output [closed]
I am making 8*8 keypad(on PORTB and PORTD) with ATMega32 using proteus 6.9 and AVRstudio5.
My problem is PB7 and PD7 won't work when pull ups on those pins are enabled. Here PD7 is output, so no ...