-
This is the first bounty for Project Serotonin, which includes a kindly donated initial bounty donated for by EIRTeam
- [ ] A way to disassemble the firmware, using free software
- [ ] A way to pa…
-
Well, the title pretty much states what I'm seeing. I'm working on a new project and for this I'm using the DD14 for the first time. I'm using the Arduino IDE 1.8.13 and the DxCore version 1.5.11 …
-
Hi
I'm having strange behavior while testing a particular simple function that interacts with micro registers.
My setup is XC16 compiler running on the mdb simulator.
```
Ceedling:: 0.31.…
-
hi, I use PIC16F15244 SPI to read and write data to config a chip. Could you please share a SPI example for us, thank you so much. :)
-
hi, @robertperkel
You did a great job and all examples very easy to use!
Could you please share a SPI example for us, thank you so much. :)
if need, this is my email: fxj460@163.com
-
From here:
* https://github.com/avrdudes/avrdude/issues/1038#issuecomment-1354195120
For this test, I build avrdude without hidapi support. And I make sure the hid drver is already detached and th…
mcuee updated
2 months ago
-
ATSAMD51G19A
GFX 3.11.1
ST7789S display (320x240), SPI with 55MHz, **using DMA**
Display is not correctly transferred to the screen. Behavior is optimization dependent. This is with 2 scratch …
-
Hi,
I added the following to usb_hal.h:
``` c
#elif _18F4550
#define BD_ADDR 0x0400
#define BUFFER_ADDR 0x500
#else
#error "CPU not supported yet"
```
and this to main.c
``` c
#elif _18F4550
//__c…
-
It seems pin 1 on non-WDC CPU's is VSS (ground) but pin 1 on WDC CPU's is an output. Shouldn't that pin be 'open' or 'no connect' instead of grounded when using WDC CPU's?
-
Is there no test suite for this package?
Seems strange not to have one as the project has been around so long.