Split from: AVR vs. TI MSP430 El Tangas wrote:... and this one is a Cortex-M0+. From my limited experience, the SAMD are nice chips, a bit complicated to configure, but that is kind of inevitable with 32 bit...
Friday, 8 February 2019 - 05:16
RTC question Attention: RTC (Interrupts) using internal 32 kHz oscillator must not be initialized too early because then this oscillator maybe not ready yet.
Monday, 28 January 2019 - 00:04
HTTP Bootloader for ATmega328 clawson wrote:As OP says, the big old nasty outside world is hopefully stopped from intrusion at the firewall (and routing) in your own router. Within your home the network things...
Tuesday, 22 January 2019 - 13:52
HTTP Bootloader for ATmega328 ercanersoy wrote: I have developed HTTP bootloader for ATmega328
Thanks for your interesting project. Very instructive. Security-topic discussed here is practically insignificant...
Tuesday, 22 January 2019 - 03:45
Playing with the new tinyAVR 1-series gchapman wrote:
Should be multiplexed as tinyAVR 0-series is a follow-on to tiny102 and the very popular tiny85.
Same thing with tinyAVR 1-series: I would call that a...
Friday, 11 January 2019 - 10:24
Playing with the new tinyAVR 1-series I feel completely happy with these new small parts. Using official tools I found no problem, programming/ debugging is very nice with one pin only. But, in my opinion this UPDI...
megaAVR 0-series Some things are not very logical.
- Why new 8/16/32er Tinys have the double amount of ADC's than brandnew Megas here?
- Mega0 Interrupt-Table looks very messy.
- The labeling on...
Friday, 23 November 2018 - 19:30
calculations inside ISR, right or wrong You can use interrupts with all functionality in your programs too... Main task then is sleeping or is doing unimportant things.
Tuesday, 3 April 2018 - 04:27
Programming the Atmega4809 meolsen wrote:
Do you know how can I use my Atmel-ICE to do 12V UPDI programming
The Atmel-ICE does not have the capability to do 12V at all. The 12V UPDI support is available...
Tuesday, 13 March 2018 - 16:36
Programming the Atmega4809 Atmel-ICE ist a very versatile programmer for ARM and all AVR Devices. I'm using the pcb version and think 45€ I have paid for it absolutely worth it. UPDI needs only one pin for...
Tuesday, 13 March 2018 - 11:32
ATTINY1614/16/17: ADC-Pins cannot be read with ADC1? The puzzle solution: I overlooked that assignment PINx AINx=Muxcode not the same for ADC0/1.
Thanks Kabasan for your note that point me to this knowledge I not expected.
El Tangas wrote:... and this one is a Cortex-M0+. From my limited experience, the SAMD are nice chips, a bit complicated to configure, but that is kind of inevitable with 32 bit...
Attention: RTC (Interrupts) using internal 32 kHz oscillator must not be initialized too early because then this oscillator maybe not ready yet.
clawson wrote:As OP says, the big old nasty outside world is hopefully stopped from intrusion at the firewall (and routing) in your own router. Within your home the network things...
ercanersoy wrote: I have developed HTTP bootloader for ATmega328 Thanks for your interesting project. Very instructive. Security-topic discussed here is practically insignificant...
gchapman wrote: Should be multiplexed as tinyAVR 0-series is a follow-on to tiny102 and the very popular tiny85. Same thing with tinyAVR 1-series: I would call that a...
I feel completely happy with these new small parts. Using official tools I found no problem, programming/ debugging is very nice with one pin only. But, in my opinion this UPDI...
I bought some 4808 via Digikey. Its Hardware Rev. B
Some things are not very logical. - Why new 8/16/32er Tinys have the double amount of ADC's than brandnew Megas here? - Mega0 Interrupt-Table looks very messy. - The labeling on...
You can use interrupts with all functionality in your programs too... Main task then is sleeping or is doing unimportant things.
meolsen wrote: Do you know how can I use my Atmel-ICE to do 12V UPDI programming The Atmel-ICE does not have the capability to do 12V at all. The 12V UPDI support is available...
Atmel-ICE ist a very versatile programmer for ARM and all AVR Devices. I'm using the pcb version and think 45€ I have paid for it absolutely worth it. UPDI needs only one pin for...
The puzzle solution: I overlooked that assignment PINx AINx=Muxcode not the same for ADC0/1. Thanks Kabasan for your note that point me to this knowledge I not expected.
Pages