-
Hello everyone,
I'm trying to get the program upload through updi and bootloader burn to work
Using DXCore with arduinoIDE works as intended .
I did a small program to tests things that make a …
-
```
Here is two diffs for enable EEPROM support.
- Fixes bug from Issue #65
- Adds extra EEPROM page r/w code
- Still complied to 256 words if LED_START_FLASHES=0 and LED_DATA_FLASH=0
- Tested on…
-
```
Here is two diffs for enable EEPROM support.
- Fixes bug from Issue #65
- Adds extra EEPROM page r/w code
- Still complied to 256 words if LED_START_FLASHES=0 and LED_DATA_FLASH=0
- Tested on…
-
The marked sentence in the below image leads me to think that Arduino should be able to debug code on CH32V boards, but Arduino seems to not be able to do this.
![image](https://github.com/user-att…
-
Right now is rather confusing the SPI access/control over both EEPROMs (M25P128), mostly because we have 2 masters in this bus, which is an unusual case for SPI architectures.
We use two 2:1 multiple…
-
In Readme.md it states that nodes should use id 0x17F+(2 x PortNumber). Neither the klipper code or this canserial code does that, they use 0x180+PortNumber, and 0x180+PortNumber+1 as a response ID.
…
-
**Laptop/motherboard:** ThinkPad x131e (Intel Core i3-3227U, Ivy Bridge)
**BIOS:** OEM BIOS 2.92 (latest version from manufacturer's website)
**Issue:** After flashing me_cleaned BIOS, laptop doesn'…
-
```
Here is two diffs for enable EEPROM support.
- Fixes bug from Issue #65
- Adds extra EEPROM page r/w code
- Still complied to 256 words if LED_START_FLASHES=0 and LED_DATA_FLASH=0
- Tested on…
-
```
Here is two diffs for enable EEPROM support.
- Fixes bug from Issue #65
- Adds extra EEPROM page r/w code
- Still complied to 256 words if LED_START_FLASHES=0 and LED_DATA_FLASH=0
- Tested on…
-
I flash esp-link 3.0.14 to ESP-01 module.
I configure it to join my network. It gets IP address 192.168.0.104
Everything is fine.
I remove power.
Wait a few minutes.
I apply power.
I go to 192…