Questions tagged [atmel]

DO NOT USE THIS TAG. Instead use the relevant product tag, such as AVR, SAM etc tags. Besides, Atmel merged into Microchip in 2016, so still referring to your parts as "Atmel" is not very meaningful. Atmel Corporation (Nasdaq: ATML) was a leader in the design and manufacture of microcontrollers, capacitive touch solutions, advanced logic, mixed-signal, nonvolatile memory and radio frequency (RF) components.

DO NOT USE THIS TAG. Instead use the relevant product tag, such as AVR, SAM etc tags. Besides, Atmel merged into Microchip in 2016, so still referring to your parts as "Atmel" is not very meaningful.

Atmel Corporation (Nasdaq: ATML) was a leader in the design and manufacture of microcontrollers, capacitive touch solutions, advanced logic, mixed-signal, nonvolatile memory and radio frequency (RF) components. Atmel was acquired by Microchip Technology Inc. (Nasdaq: MCHP) in 2016.

621 questions
-3
votes
2 answers

C Initialise struct using = { { '?', '?', '?', '?' } };

What I am trying to do is initialize the struct with a large about of hex data stored in a separate part of the device's memory, eventually this data will be written to memory through other means but for now I want to manually initialize the struct…
Aaron Thompson
  • 1,849
  • 1
  • 23
  • 31
-3
votes
1 answer

How to call multiple slaves for Spi data transmission?

I have a general approach where the Data in SDRAM is Transferred SPIC.DATA. I have added delay function in order to adjust my digital signal with the Sampling frequency. /* Transfer data from internal memory via SPI from Master to Slave */ …
Sijo John
  • 1
  • 4
-4
votes
2 answers

Using PIC and Atmel's microcontrollers together in the same system

Can I use PIC and Atmel microcontrollers together in the same project or system?
NeverMind
  • 21
  • 2
-4
votes
1 answer

Hello what does this code: $02 mean in assembly language

Hello I am having a problem to understand a code. it is the following: ldi R17, $02 out PORTD, R17 I don't know what $02 means. Can you please help me? Thank you in advance
-5
votes
1 answer

What is different between typedef with invariant and nomal typedef

I came Across a line of code in an example that I can not understand how is it being utilized and what benefit on using this type of declaration. following in the part of code extracted from that example const uint16_t cycles = 8; typedef uint8_t…
-5
votes
1 answer

ATMEL AVR STUDIO program

can someone help me with this: if R16=10 and R17=20 what will be in R16 and R17 after executing this: .MACRO MAKRO ADD @0,@1 SUB @1,@0 .ENDMACRO MAKRO R16,R17 PUSH R16 RCALL PP POP R16 PUSH R17 RCALL PP POP R17 NOP PP: POP R0 POP R1…
MaxCro
  • 23
  • 4
1 2 3
41
42