Questions tagged [atmelstudio]

Atmel Studio is the integrated development platform (IDP) for developing and debugging Atmel ARM Cortex-M and Atmel AVR microcontroller (MCU) based applications.

Atmel Studio is the integrated development platform (IDP) for developing and debugging Atmel ARM® Cortex-M and Atmel AVR microcontroller (MCU) based applications. The Atmel Studio 6 IDP gives you a seamless and easy-to-use environment to write, build and debug your applications written in C/C++ or assembly code.

Atmel Studio 6 is free of charge and is integrated with the Atmel Software Framework (ASF)—a large library of free source code with 1,600 ARM and AVR project examples. ASF strengthens the IDP by providing, in the same environment, access to ready-to-use code that minimizes much of the low-level design required for projects. Use the IDP for our wide variety of AVR and ARM Cortex-M processor-based MCUs, including our broadened portfolio of Atmel SAM3 ARM Cortex-M3 and M4 Flash devices.

Atmel Studio 6.2 is now available, adding advanced debugging features such as Data and Interrupt Trace, improved RTOS integration, and better ability to debug code that has been optimized.

With the introduction of Atmel Gallery and Atmel Spaces, Atmel Studio 6 further simplifies embedded MCU designs to reduce development time and cost. Atmel Gallery is an online apps store for development tools and embedded software. Atmel Spaces is a cloud-based collaborative development workspace allowing you to host software and hardware projects targeting Atmel MCUs.

In summary, standard integrated development environments (IDEs) are suited for creating new software for an MCU project. By contrast, the Atmel Studio 6 IDP also:

  • Facilitates reuse of existing software and, by doing so, enables design differentiation.
  • Supports the product development process with easy access to integrated tools and software extensions through Atmel Gallery.
  • Reduces time to market by providing advanced features, an extensible software eco-system, and powerful debug integration.

http://www.atmel.com/microsite/atmel_studio6/

339 questions
2
votes
1 answer

Specifying external memory for the Linker

When compiling my code, I get the Data Memory overflow-error, even though all extra variables added since last successful compile, are declared with pointers to external SRAM-memory. I found examples of specifying the external memory with linker…
Jonas Hjulstad
  • 395
  • 1
  • 8
2
votes
3 answers

Trouble programming AVR to interpret input from Arduino rotary encoder module

I've been trying to program my ATtiny817-XPRO to interpret input data from a rotary encoder (the Arduino module), however I'm having some trouble and can't seem to figure out what the problem is. What I'm trying to do is essentially program a…
Jacob M
  • 147
  • 3
  • 10
2
votes
1 answer

change Start address .hex in atmel studio7

I'm doing a bootloader for AVR in ATMELStudio7, when generating the .hex it is created from the address 0x00 but the bootloader has to go from the address 0x1e000, if anyone knows how to change this in the compiled options I would appreciate it.
2
votes
0 answers

Best practice to implement dual I2C busses on Atmel processors

Summary: I am trying to use both I2C buses on the Atmel 328PB chip, but have not found a Atmel library that supports both busses. I see several routes forward, but wanted to get feedback from more knowledgeable people first. Findings to date: 1)…
2
votes
1 answer

AtmelStudio7: MPLABCOMM_INVALID_HANDLE

beginner question ... Hi, when I try to run the application (even if there is only an empty loop, compile/build are ok) i get the following error: Unable to connect, Failed to open: MPLABCOMM_INVALID_HANDLE Same thing this morning on another…
am2
  • 380
  • 5
  • 21
2
votes
0 answers

Arduino sketch example work OK, when export to Atmel Studio 7 solution, then get errors as: 'WDT' was not declared in this scope

I run a example of SSD1306 lirary in IDE Arduino, specifics: https://github.com/lexus2k/ssd1306/tree/master/examples/demos/ssd1306_demo I can build and run over Arduino Nano board using Arduino IDE. But I like work with Atmel Studio 7, is the best…
2
votes
0 answers

Atmel Studio + Arduino + Library : function "not declared in this scope"

First of all, I copied/paste th code to see if it compliles in Arduino IDE, and it does, so I guess it's not a C++ related issue but maybe something more Atmel Studio or linker related. I recently decided to switch from Arduino IDE to Atmel Studio…
ricothebrol
  • 81
  • 12
2
votes
1 answer

Atmel Studio AVR operand out of range

I am working on a small program to learn how to mix C and Assembly in Atmel Studio GCC. Basically I am writing a C program to initiate the stack pointer in assembly. When I build it I keep getting an error "Operand out of range". I've initiated…
shark38j
  • 114
  • 13
2
votes
2 answers

FreeRTOS timer Tick too fast in SAM L21 Xplained Pro

When I call vTaskDelay, the delay lasts half of the supposed time. I have traced back the problem and I see that the Tick rate value is the double of what it should be as defined in configTICK_RATE_HZ. I checked this using the tick hook to toggle a…
Alvaro Muro
  • 57
  • 2
  • 11
2
votes
1 answer

While Loop waiting for global variable not triggering

I have a flag (as a global variable) which is waiting for a certain time to pass before being set. I have a while loop which waits for the flag to set before proceeding. The global variable does get set to '1' but the while loop does not exit, any…
David Gash
  • 41
  • 1
  • 4
2
votes
2 answers

Built in function clock() not working in atmel studio 7.0

I am working on a stopwatch project and I need to read the time that has passed while the program is running and build my time base from that. I've included the time.h library and even put the .h file in my project directory but for some reason…
2
votes
2 answers

Atmel Studio: How exacly do data breakpoints trigger?

OK folks. I set a Data Breakpoint in Atmel studio (With ICEmk2-JTag Debugger) and it won't get hit although the value at the address is changed. (I checked it with following breakpoints) Why is this? The whole purpose of Data breakpoints is to…
anyone
  • 157
  • 7
2
votes
3 answers

How to change the color of Preprocessor Conditionals such as #if in Vistual Studio?

Is there a method to change the color of Preprocessor Conditionals such as, #if #ifdef #ifndef #endif I do work on large C libraries which use plenty of Preprocessor Conditionals and as you can see in the example below, this really limits the…
Mehrad
  • 4,093
  • 4
  • 43
  • 61
2
votes
1 answer

atmel studio start new project page is empty

I just installed atmel studio 7 and I can't make a new project, i even tried to use an example project, but the it gives the error project creation failed Here's what I get whenever I try to make a new project I dunno if that is relevant or not,…
Omar Awamry
  • 1,462
  • 3
  • 15
  • 29
2
votes
2 answers

How Atmel Studio 7 compile and debug 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
  • 23
  • 1
  • 7
1 2
3
22 23