-
If I increase the default Power Delivery (PD) voltage from the configuration file beyond the specified 9000 mV, my microcontroller becomes damaged. The HT7533 is overheating and that is it, my mcu is …
-
PC3 pin is not recognized.
If I changed the 43rd line from PIN_A13 to 20, it was recognized.
variant_CH32X035G8U.h
#define PC3 20
ADC is not working properly on some pins.
…
-
i change interrupt function, build ok, but not working
void RCSwitch::enableReceive() {
if (this->nReceiverInterrupt != -1) {
RCSwitch::nReceivedValue = 0;
RCSwitch::nReceivedBitlength…
-
As the title says, no support for analogWrite();
What needs to be done in order for it to work?
Has anyone figured it out?
-
Hi everyone, when I call Serial.available() to see if there is any data in the reception buffer, it always returns -1.
-
- Pure Rust - HAL from scratch
- CH32X035F7P6
- PMOD for SPI & UART
- ~Qwiic I2C~ CH32X035 with batch number 0 has no I2C, planning to change to a PIOC port
- Power switch jumper(3v3 or 5V logic)
…
-
Hello. I tried the OLED and ADC on the CX32X033 chip. And I was surprised by the incomprehensible behavior of the readings output. On pin A0 there is a divider (10K/10K) of the voltage exactly in half…
-
The lines
https://github.com/openwch/arduino_core_ch32/blob/c40c5c8095060c523e635b99426314fab56fe12c/cores/arduino/HardwareTimer.cpp#L72-L74
fail to compile when selecting a CH32X035 board.
`…
-
Hi,
I rebulilt this project following your instructions which made the process smooth, thanks. I found that when I want to use PPS voltages the power supply and/or circuit restarts after some seconds…
-
See below when warnings are actually enabled, for CH32X035G8U as selected board.
```
C:\Users\Max\.platformio\packages\framework-arduino-openwch-ch32\variants\CH32X035\CH32X035G8U\PeripheralPins.c:4…