-
I have made a couple of minimal configuration boards for ATmega328P with a 16mhz crystal, 15k reset pull-up and a filtering capacitor. Only when using the PB variant (with all the board settings bei…
-
For the `Wire1` interface, such as on the ATmega328PB, the `twi1.c` file for `Wire1` writes to the wrong `TWBR` register here:
https://github.com/MCUdude/MiniCore/blob/95565897dbc3cd82f331b04b60f5b…
-
Hi,
When i try to burn a complete eeprom dump with AVRDUDE 7.1 (ARM64) on my rasp4 64b os, on the verification it show some errors (corrupt data) which is confirmed when i dump back the eeprom.
I…
-
The example under i2c for I2C2 Is giving compilation error..and including along with is giving redeclaration error
could nt find how to use I2C2 with
-
I use the Minicore ATmega328PB succesfully in some sketches.
But I have a strange compiler error with the Wattmeter-dongle sketch:
It works fine with the package: Pololu ATmega328PB installed
But…
-
Hello thankyou so much for such a great core
i had flickering issue with [sk6812mini](https://akizukidenshi.com/download/ds/opscoled/sk6812-mini_rev09_cn.pdf) which is no problem with common ws281…
-
Hi.
If i understand correctly there is a possibility with the atmega328pb to wake up when i receive serial message.
What i did is put
`UCSR0D = 1
-
I'm trying to add MiniCore to Arduino IDE 2.0.0 and keep getting the following :
Error: 2 UNKNOWN: Get "https://MCUdude.github.io/MiniCore/MiniCore-2.1.3.tar.bz2": read tcp [2a00:23c7:9219:500:3c5…
-
The Wire library here seems to be missing the newish timeout features now present in https://github.com/arduino/ArduinoCore-avr that came with the latest v1.8.3 release there. These changes let I2C co…
-
Was trying to upload code into Atmega 328PB using ISP method. Successfully burn the bootloader but was unable to burn the code. IDE was flashing below error.
avrdude: verification error, first mismat…