An Integrated Development Platform for programming and debugging various Atmel microcontrollers including AVRs (which are used in many Arduino boards).
Questions tagged [atmel-studio]
49 questions
4
votes
1 answer
Can Atmel Studio 6 Simulator simulate SPI?
I am trying to do PAL composite video output with Arduino Nano. I am using Atmel Studio 6, not the Arduino IDE. I am sending out the picture data via SPI. On the TV I could not see the text I tried to produce, so I tried to run my program in the…
szali
- 141
- 1
1
vote
1 answer
Program an Arduino Uno with an Atmel ICE
When I connected my atmel ice to my arduino uno everything went okay.
Then I tried debugWIRE and since then I can't connect to my ATMEGA328p.
I get the error
Failed to enter programming mode. ispEnterProgMode: Error status received: Got 0xc0,…
Dylan
1
vote
2 answers
How Atmel Studio 7 compile Arduino code?
Atmel stated in their website:
Atmel Studio 7 features seamless one-click import of projects created in the Arduino development environment. Your sketch, including any libraries it references, will be imported into Studio 7 as a C++ project. Once…
inyoot
- 13
- 4
0
votes
2 answers
Reading from a pin Arduino Uno (assembly)
I am creating a project in which an Arduino reads (gets) a value from
a DHT sensor. The DHT sensor returns two values:
Temperature
Humidity
My assembly code:
sbi ddrd,5
cbi ddrd,2
sbi portd,5
start:
in r16,Pind2
cpi r16,80
brne On
jmp…
Muhammad Farooq Arshad
- 3
- 1
- 3
0
votes
1 answer
Can I use a UDOO as an Arduino?
I have a UDOO, and I wonder whether or not it is possible to use the Arduino that it has without starting the UDOO's operating system, i.e., I would like use Atmel Studio to load a program within the Arduino at UDOO.
lmiguelvargasf
- 103
- 5
-1
votes
1 answer
Learning to use ATmel Studio - using BOSSA downloader
The basic question - is BOSSA the right SOFTWARE "tool" to use in ATmel Studio to connect / download to Arduino DUE AND NOT using VisualMicro?
I cannot get BOSSA to AUtoScan for COM port.
Getting error "Could not find a device"
When I select my…
Jan Hus
- 157
- 3