Questions tagged [atmel]

Atmel is the creator of microcontrollers like the AVR line (ATmega and ATtiny) and SAM devices. Many Arduino microcontroller boards use Atmel's AVR line of devices.

Atmel was acquired by Microchip Technology Inc. (Nasdaq: MCHP) in 2016.

Popular for its 8- and 32-bit line of and microcontrollers, Atmel products are widely used by hobbyists and industry professionals alike. The AVR chips are the basis of the popular line of prototyping platform boards. Atmel/Microchip also offers a line of 32-bit ARM-based microcontrollers called "SMART Atmel microcontroller" or SAM. Some common Atmel/Microchip boards and platforms include the AVRISP-mkII, the STK500 and STK600, the AVR Dragon, and the SAM [E70/V71] Xplained.

The Atmel Studio IDE (and, in previous years, AVR Studio), is based on Microsoft's Visual Studio. It is a code development, upload, and debugging tool for AVR and SAM microcontrollers. Atmel Studio can be downloaded from the Microchip website.

Related tags:

506 questions
4
votes
2 answers

ATMEL's ARM programming without ASF

I want to make an introduction to "ARM programming" without using Atmel Software Framework (ASF). That is what I don't know: the definitions of the chip peripherals. For example: How can I refer to a PORT or to a PIN or to UART's data register or to…
MrBit
  • 2,013
  • 4
  • 31
  • 61
2
votes
3 answers

Can I send data to my computer from the serial port on an Arduino/ATTiny?

I am using an Arduino to program an ATTiny like in this tutorial. My question is: How can i send data to my computer on the serial port? Is it possible ? Any ideas are welcome.
opc0de
  • 267
  • 3
  • 11
2
votes
1 answer

What is mean by 3 level program memory lock?

I am building my first microcontroller programmer using at89c51. In its documentation I have read that it support 3 level programming lock. But I did not find a simple explanation of this term. Will somebody explain what are memory locks and what is…
Zain
  • 423
  • 2
  • 6
  • 13
2
votes
1 answer

Problems building project with .c and .s

I'm using Atmel Studio to program my board I have a solution open with 2 projects as ".c" I have created the proper dependencies for the projects but one of the include files is a ".h" and uses a ".s" to define its functions... how can I make this…
John
  • 171
  • 4
1
vote
1 answer

Atmel's SAM C21 not available?

I was looking for a nice MCU for my next project and stumbled over the Atmel SAM C21 (ATSAMC21E18A-AUT). Unfortunately it seems to be not available, although there is a C21 evaluation board on sale. Is the product still in "beta" phase and therefore…
mxcd
  • 469
  • 1
  • 4
  • 11
1
vote
3 answers

Shut down Atmel µCs

I was wondering if it is possible to shut an atmel microcontroller down with a software command? I want to shut my controller down either via a remote command via USART or if an internal error happens (as BOD, for example). Unfortunately the whole…
arc_lupus
  • 724
  • 1
  • 10
  • 28
0
votes
1 answer

Looking for some help identifying an AT90USB646-based board

I inherited this single board computer a while back - clearly some kind of developer board that has LEDs, I/O ports, two USB ports, an 8x8 LED matrix, buttons, sound, SD card slot, etc - like a super Arduino of sorts. Unfortunately, not a single…
Tim Holt
  • 319
  • 1
  • 3
  • 9
0
votes
1 answer

Atmel SAM C21 stuck in Reset_Handler

I was trying to implement the watchdog functionality using ASF in an SAMC21 xplained pro and after flashing the code the device started behaving oddly. If I try to run any code it looks like it is not doing anything. If I try to start debugging it…
jagjordi
  • 356
  • 5
  • 13
-1
votes
1 answer

External Dupont male connector

I would like to program my board without opening the enclosure. On the PCB I have a standard 2x3 Dupont male connector that I use with the Atmel ICE programmer. I am looking for a similar connector to be mounted externally but I did not find…
stenio
  • 319
  • 1
  • 9