Envelope Detection Brian Fairchild wrote:So we're talking, in analogue radio terms, AM demodulation?
Exactly what I was thinking! Thanks for the link!
Saturday, 18 April 2020 - 07:46
Bug confirm for TCD on ATTINY814 Xiao, zip up the smallest full project, including all TCD and RTC setup, that demonstrates the problem and I will build it on an ATtiny1616 as they are both -1 series chips...
Friday, 17 April 2020 - 02:05
Atmel Startup Code Bug Hopefully this will get resolved soon as it affects all Start based projects using AVR0 and AVR1 series devices.
Received this in response to my case 00511387: ...
Wednesday, 15 April 2020 - 17:34
Delay function not working in Atmel Studio 7 yelo95,
This has been pointed out several times before: You are using _delay_us(1000) so the delay is 1000 micro seconds
Change those to _delay_ms(1000)...
Wednesday, 15 April 2020 - 04:56
Why to use ATMEGA16U with ATMEGA2560 westfw wrote:
It would have been nice if the "Arduino Mega" had an XMega chip, instead of the outlier m1280. But the xMega chips were brand new at about that time, and there...
Atmel Startup Code Bug dnoyeB, Please go back to your bug request and reject the resolution.
I have submitted follow up case 00511387, 'Atmel Start startup code bug', for the new...
Tuesday, 14 April 2020 - 00:50
AVR Delay routing using parameter as delay needed sparrow2 wrote:Why don't you use a timer ?robydream wrote:Because i im writing code for frequency meter and t0 and t1 will be used for counting pulses...so i need precision delay...
snoopy33 wrote: ...Brain is obviously pickled this morning! Oh, why did visions of Hannibal just flash by!
Saw your Final Implementation thread. Another alternative, the new AVR-DA series https://www.microchip.com/wwwpro... has all of your peripheral requirements covered,...
snoopy33 wrote:Ok here's the problem. I can't see a solution. Use an ATmega4809 instead as it has LUT2 and LUT3 available, basically two CCLs. The other solution is to...
Welcome to AVRFreaks! The sequential logic features, Flip-Flops or Latches of LUT[1:0] always use the outputs of both LUT0 and LUT1. You have to be creative with your...
Brian Fairchild wrote:So we're talking, in analogue radio terms, AM demodulation? Exactly what I was thinking! Thanks for the link!
Xiao, zip up the smallest full project, including all TCD and RTC setup, that demonstrates the problem and I will build it on an ATtiny1616 as they are both -1 series chips...
Hopefully this will get resolved soon as it affects all Start based projects using AVR0 and AVR1 series devices. Received this in response to my case 00511387: ...
yelo95, This has been pointed out several times before: You are using _delay_us(1000) so the delay is 1000 micro seconds Change those to _delay_ms(1000)...
westfw wrote: It would have been nice if the "Arduino Mega" had an XMega chip, instead of the outlier m1280. But the xMega chips were brand new at about that time, and there...
Kartman wrote:For example, the Prius (hybrid I know..) has a 12V battery in addition to the main storage battery. Not sure what pure electric vehicles use - maybe they too have a...
dnoyeB, Please go back to your bug request and reject the resolution. I have submitted follow up case 00511387, 'Atmel Start startup code bug', for the new...
sparrow2 wrote:Why don't you use a timer ?robydream wrote:Because i im writing code for frequency meter and t0 and t1 will be used for counting pulses...so i need precision delay...
Pages