-
DelaySysTick has jitter for specific values of 1, 2, 6, 8, 10 (tested up to 10).
DelaySysTick(0) is always 292ns.
DelaySysTick(1) is 292ns or 459ns.
DelaySysTick(2) is 459ns or 626ns.
DelaySysTick…
-
Hi,
I've got this board and compiled `ch32v003fun/examples_x035/blink/blink.c` modified the code a bit like the following:
```
#include "ch32v003fun.h"
#include
int main()
{
SystemInit(…
-
Do you have a source of information for how many cycles different instructions take?
-
-
I am trying to make a bare-metal hello world program with uclibc, but I am not sure how to do it. Can I please get some suggestions?
-
Hi. If I use these settings and code, I get a compilation error
**undefined reference to funAnalogInit and funAnalogRead**
_funconfig.h_
```c
#ifndef _FUNCONFIG_H
#define _FUNCONFIG_H
#de…
-
Hi, you could consider using whole or parts of my more optimized startup code available [here](https://github.com/jnk0le/simple-crt/tree/master/ch32v003).
There are also other size optimizations li…
-
A simple
```yaml
steps:
- uses: actions/checkout@v3
```
Is taking **44 seconds** on Windows Server 2022 (`windows-latest`), while it takes **1 second** on Linux (`ubuntu-latest`). Tha…
-
Hi,
I am succesfully using Ardulink as a programmer (with a 1K resistor) to flash the ch32v003:
https://gitlab.com/BlueSyncLine/arduino-ch32v003-swio
Could you add this programmer as a option…
-