Questions tagged [avr-studio6]
8 questions
4
votes
1 answer
reinterpret_cast from type 'const char*' to type '__FlashStringHelper*' casts away qualifiers
I want to use Adafruit_CC3000 arduino library in AVR Studio. I have followed this Instruction to use Adafruit arduino lib with AVR studio so i can use other AVR function too. But I am getting the same error 50 times while i compile the code.
Error…

Taher Kawantwala
- 115
- 2
- 5
- 13
2
votes
3 answers
System calls not working in Atmel AVR Studio (with ASF)
I am not getting answers on the AVR Freaks forum and wonder if someone here could help me.
The answer might lie in this SO question, but I am not sure why it would be necessary.
Basically, I have my fist ever Atmel project (AVR studio 6, UC3…

Mawg says reinstate Monica
- 38,334
- 103
- 306
- 551
1
vote
1 answer
Incorrect output when calculating magnitude of 3 vectors in Atmel Studio
I'm having some trouble trying to get a floating point output. What I'm trying to do is take the output of an accelerometer on 3 axes. The output from each axis has a high and low byte that are combined into a single variable. The magnitude of these…

SVFeingold
- 67
- 1
- 1
- 7
1
vote
2 answers
AVR-Studio how to output?
I do not have experience with micorcontrollers but I have something related to them. Here is and explanation of my issue:
I have an algorithm, and I want to calculate how many cycles my algorithm would cost on a specific avr microcontroller.
To do…

Maher Assi
- 75
- 3
- 10
0
votes
1 answer
USBasp AvrStudio dillema
I have a problem trying to integrate USBasp with avr studio. I have not been able to solve it yet, still get this error:
avrdude.exe: invalid file format '\' in update specifier
avrdude.exe: error parsing update operation
Could someone help…

Andrew
- 11
- 1
- 3
0
votes
1 answer
"Invalid License File" while using CMake with Visual Studio Express 2010
After installing AVR Studio, CMake returns an error saying "Invalid License Key" while trying to generate a new project using the MSVC generator. This may also happen if other tools based on Visual Studio 2010 are installed.

John
- 791
- 1
- 6
- 22
0
votes
2 answers
Files in Atmel Studio
First let me make this clear, I have read alot about this issue and i dont want similar answers.
I want to open a file from my pc stored on my HDD into atmel studio. Reading files is not part of my program, but I need to read this file because it…

Maher Assi
- 75
- 3
- 10
0
votes
1 answer
Vector header file in AVR-Studio
I have a compression algorithm that uses some c++ functions and I would like to try it on AVR sS
vector: No such file or directory
I use vectors in my algorithm so I must include the vector
#include
What I want to ask is that, does atmel…

Maher Assi
- 75
- 3
- 10