Top "Atmel" questions

Atmel Corporation (Nasdaq: ATML) is a leader in the design and manufacture of microcontrollers, capacitive touch solutions, advanced logic, mixed-signal, nonvolatile memory and radio frequency (RF) components.

Advantages of atmega32

What are the advantages of using ATmega32 than other microcontrollers? Is it better than PIC, ARM, and 8051?

embedded arm 8051 atmega atmel
Issue with SPI (Serial Port Comm), stuck on ioctl()

I'm trying to access a SPI sensor using the SPIDEV driver but my code gets stuck on IOCTL. I'm running …

c linux-device-driver embedded-linux ioctl atmel
How to control a motor with atmega 32 pwm

I have been for some time on how to control a motor (control its speed) with fast pwm mode with …

c atmel atmega pwm motordriver
Atmel Studio Dummy_Handler

Occasionally I will get an unexpected interrupt, and my code will hang inside Dummy_Handler() in exceptions.c of the …

exception-handling arduino interrupt-handling atmel atsam3x
Control a USB light via software

I have a little USB-powered light. I'd like to be able to turn it on and off with software. I'll …

linux hardware usb microcontroller atmel
Install ssh server on embedded device

I'm trying to connect to an embedded device through ssh. However, when trying to connect, I always get a connection …

linux ssh embedded arm atmel
AVR studio Error "Got 0xc0, expected 0x00"

so I have 5 board that uses an ATmega 2560 that I designed. They are all wired properly and initially were able …

avr bootloader atmel atmelstudio lockbits
Timers in Arduino Due

I am new to arduino (as a matter of fact to programming). I am thinking to use arduino due for …

arm arduino atmel atsam3x
Array of macros in c -- is it possible

I was wondering if it is possible to create something like an array of macros. I've implemented the following code …

c c-preprocessor atmel
Atmel Studio 7 doesn't show any debugging tools

I just installed Atmel Studio 7 on my Windows 10 HP laptop. This is my first time working w/ a C compiler …

c debugging atmel atmelstudio