-
I can not get avrdude git main to work with megaTinyCore optiboot_x using ATtiny1627 Curiosity Nano board.
More details here.
* https://github.com/avrdudes/avrdude/pull/1140#issuecomment-129483436…
-
Fri 24 Feb 2012 02:13:17 PM UTC
I was having some problems with certain .hex files not being verified correctly in my old 5.11-patch7610 of AVRDUDE.
I have since checked out SVN1068 and applied **[p…
-
Hey,
while working through your (great!) glitching courses I might have encountered a bug in the 1_2 password bypass example, leading to the bypass not working as intended.
As a result from a …
-
Would it be worth setting up a simple continuous integration system to make sure that changes to the codebase/setup.py do not break installation? This would also open up the ability to perform automat…
-
It seems to me there is a bug with sketch compilation when using "Sketch -- Upload" menu option. I am not so sure why it does not build the hex file with the 0x200 offset. I choose the right board op…
-
Wed 03 Feb 2016 02:21:12 PM CET
Index: avr-libc/include/avr/xmega.h
===================================================================
diff --git a/trunk/avr-libc/include/avr/xmega.h b/trunk/avr-lib…
-
While trying to connect to an `ATXMEGA128A1U` target, I am getting the following error:
> Flash page size for target (512 bytes) exceeds maximum memory access size for EdbgAvr8Interface (256 bytes)…
-
On MegaTinyCore you can run millis() on the RTC which keeps time while asleep. It also can be made more accurate with a crystal.
It seems like this isn't supported on DxCore?
TCB2.CTRLA |= 1
-
Tue 14 Oct 2014 09:22:26 PM CEST
Hi,
The sleep.h file has a list of conditions using device (xmega in particular) macros, that is used to define the appropriate sleep modes and implement the set_sle…
-
Trying to start the courses (Though this issue might be better to the chipwhisperer-jupyter repo), right now Fault 101 1_1, but get to the third code block where you upload the firmware.hex to the tar…