-
I just walk through the datasheet. There is no I2C for this MCU, or I am wrong?
And an additional question, by using your package support, can I burn the bootloader and use it just like any other A…
-
Hi again :)
I finally decided, that I will buy this very nice board:
"https://www.tindie.com/products/MCUdude/dip-40-arduino-compatible-development-board/"
But as I am total-amateur, I need some …
-
I use the same (REAL) serial port programmer (not usbtoTTL, or USB2RS232) on com1 an RS232 port.
After avrdude6.3, none of the avrdude versions work with any serial port programmers I have tried.
U…
-
Extracted from #14265.
Terminology clarification: #14307
For many zig modules, advanced build system features are not needed, such as generating source files, compiling C code, or accepting buil…
-
PIO Core Call Error: "[{\"name\": \"Unity\", \"version\": \"2.5.2\", \"keywords\": [\"unit-testing\", \"testing\", \"tdd\", \"testing-framework\"], \"description\": \"Simple Unit Testing for C\", \"ho…
-
AVRDUE only invokes the programmer's *_paged_load() and *_paged_write() when the memory page size exceeds 1. Compact bootloaders (think optiboot et al) typically only ever implement paged memory acces…
-
It would be great to provide urboot hex files for non-default serial port. I think this is one of the major missing feature from urboot.
As per the previous discussions in avrdude, it may not be so…
-
It seems avr910 is a bit verbose even with `-qq` option. It seems to me that we should probably take the programmer related info out with `-qq` option.
```
PS C:\work\avr\avrdude_test\avrdude_bin>…
mcuee updated
2 years ago
-
Reading stk500.c I noticed that for paged load/writes typically word addresses are passed to the external programmer for both flash and EEPROM but under certain circumstances byte addresses (eg, for E…
-
I think this may not be a real issue but kind of strange behavior of the optiboot bootloader firmware.
I jusgt bought a few Uno Clones with CH340. Apparently due to chip shortages the boards come w…