-
I was able to reduce the compiled size of the blink example from 700B to 232B by conditionally excluding the UART functions. Another 36B can be saved by excluding the WDT functions. Instead of addin…
-
Howdy!
Just experiment with the ch552 this morning ...
lsusb returns
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root…
-
我加了message ,输出显示的路径是对的。但是check的时候,还是check到了本地的vs。
[INFO] CMAKE_FIND_ROOT_PATH : F:/Program/SDCC
[INFO] CMAKE_C_COMPILER : F:/Program/SDCC/bin/sdcc.exe
[INFO] CMAKE_CXX_COMPILER : F:/Program…
-
Hi there,
looks like their might be a new hardware revision from banggod again (or I am doing something wrong).
The clock mostly worked with the original firmware, but was flickery.
Flashing th…
-
I'm getting some compile errors when using PHASE.
The relevant file is [here](https://github.com/z88dk/z88dk/blob/master/libsrc/_DEVELOPMENT/target/zxn/crt_alloc_esxdos_dotn.inc) and the problemati…
-
Experimentally discovered:
;ld hl,-64
;add hl,sp
;ld sp,hl
..needs to be commented out on the startup code, and on fputc_cons:
; ODDLY THIS DOESN'T WORK …
-
Hello,
When enabling a second RemoteTransferManagers cell on one instance at BNL. We observed some 5-10% failures in transfers when it was enabled (see red on the plot).
In the billing logs, t…
-
Hi,
Thanks for adding PFC232 support
Finally i got some time to play with this MCU and i run into some issue.
**Describe the bug**
Getting verify failed error when flashing PFC232
And on latest…
-
To make https://github.com/NSLS-II/lightsource2-recipes/pull/486#discussion_r291437307 a standalone issue. Text below are revised based on that comment.
First, some packages and libraries support …
-
Hi,
Unfortunately the W1209 board does not have UART pin usability. But I'm managing to emulate USART using timers.
Would it be possible to emulate the serial port to use in the bootloader?
R…