ArduinoCore-megaavr icon indicating copy to clipboard operation
ArduinoCore-megaavr copied to clipboard

Arduino Core for the ATMEGA4809 CPU

Results 51 ArduinoCore-megaavr issues
Sort by recently updated
recently updated
newest added
trafficstars

Cyclically call yield() in delay - compatibility fix for Arduino Scheduler (and similar libs) Correct understanding of overflow with uint32_t makes for much simpler code.

Timeout ticked by at 16/11ths of the specified speed prior to the beginning of the pulse being measured (and, as far as I can tell, always has!)

Hi, I am trying to read the duty cycle set for pin 6 on the Arduino Wifi Rev2. By default, the timer used is TCB0, used in 8-bit PWM mode....

According to [datasheet](http://ww1.microchip.com/downloads/en/DeviceDoc/48-pin-Data-Sheet-megaAVR-0-series-DS40002016B.pdf) at page 25 SAMPCAP should be set to 1 for VREF > 1.1V

I am having an issue with uploading sketches/applications that are bigger than around 16KiB to my Arduino Uno Wifi Rev2. I think that the issue is likely related to incorrect...

The most recent versions are being tagged, but not being released. The latest true release is 1.8.3.

Line 164 of wiring_digital.c has the comment "old implementation has side effect when pin set as input - pull up is enabled if this function is called. Should we purposely...

According to the TWI sections of the documentation [here](https://content.arduino.cc/assets/Nano-Every_processor-48-pin-Data-Sheet-megaAVR-0-series-DS40002016B.pdf) and [here](http://ww1.microchip.com/downloads/en/DeviceDoc/megaAVR0-series-Family-Data-Sheet-DS40002015B.pdf) the TWI baud rate is variable through the whole range of 0Hz - 1 MHz. The implementation of the...

I have a program that makes heavy use of timers with PWM. TCA-Split Timer + TCB 0/1 timers I've changed sometimes the default PORTMUX (i.e. for the TCB timers) When...

I'm receiving this warning whenever I try to load a sketch to my Uno wifi rev2 board. I read an earlier post regarding this problem where someone said "it's just...