-
(Using megaTinyCore 2.2.6; Arduino 1.8.13; MacOS 10.15.7)
I only got the Xplained 416 Nano board a few hours ago but I'm having trouble with flashing not always working. It seems that sometimes I c…
-
Hi i use :
pymcuprog ping
I get this output:
Connecting to anything possible
pyedbglib.hidtransport.hidtransportbase - ERROR - No CMSIS-DAP devices found.
Unable to connect to USB device
But …
-
I am using avrdude with a Microchip Snap Debugger as a UPDI programmer only (no debugging).
Everything works really well with the SNAP programmer with only one exception:
If you program the lock bit…
-
Is there any change of support for the ATmega128RFA1 mcu and than specifically the RF part.
Do you have knowledge of any library that does?
-
i wanted to try pymcuprog and i get errors about no device found.
so i checked the module responsible and that is hidapi.
when i try : py -c "import hid; hid.device().open_path(hid.enumerate()[0]…
-
I'm running Manjaro (Arch Linux) and am having problems using avrdude programming an Uno with a Microchip SNAP. I have been successful using the same hardware combination and command on macOS Monterey…
-
The work done for AVRDUDE is of utmost importance for millions of developers. Therefore, I think you should consider adding the GitHub sponsor option. I think it's a pretty new feature, it looks like …
-
While compiling 4.5.0 code with XC32 2.50 PRO compiler with `-Wall` and `-O3` , the following error is thrown in code where TLS1.3 is disabled.
```
../src/third_party/wolfssl/src/internal.c: In f…
-
Per current schemas supported compilers are limited to AC6, IAR & GCC:
>"CompilerType": {
"type": "string",
"pattern": "^(GCC|AC6|IAR)(@(\\d+\\.\\d+\\.\\d+((\\+|\\-)[\\w.+-]+)?))?$",
…
-
Is there a problem with your **PicSimLab** simulator and **PIC16F18855** and **digital Input**? I wrote a simple program that read a digital input from a push button an it work on my physical MPLAB [X…