Questions tagged [atxmega]

A range of 8/16-bit microcontrollers produced by Atmel Corporation.

A range of 8/16-bit microcontrollers produced by Atmel Corporation

42 questions
1
vote
2 answers

Meaning of the different ports in the XMEGA PR.PRPA and PR.PRPB power reduction registers?

What is the difference between the two power reduction registers PR.PRPA and PR.PRPB on the XMEGA B family chips? They share a single entry in the data sheet... ...with the same defined bits... but they are, in fact, two separate registers each…
bigjosh
  • 10,088
  • 32
  • 52
0
votes
1 answer

What is the minimum amplitude level of the input signal to trig the capture interrupt in xmega timer

Dears I have a collection of wires connected to xmega256, 8 for porta, 8 for port b where portb used to trig 8 ultrasonic sonsors and porta used to echo that sensors, I have implemented the measurment using two tc0 timer in input capture mode and…
0
votes
1 answer

how to implement Atxmega256 Port external interrupt

i have Xmega25, i have to use port interrupt for eight ultrasonic echo signals, i am using ISR to start and stop the timer0 and read the timer value to determine the echo pulse width, i have to do this approach for eight echos by sequentially my…