Robert Sinclair

Results 99 issues of Robert Sinclair

The code is missing too many things. please refactor it and make it compilable.

I made my own firmware (which is a modified version of another firmware). I noticed that the A0 vendor command is active despite my attempts to disable it. Is there...

``` make[5]: Entering directory '/home/zibri/sdcc/support/sdbinutils/binutils' CC arparse.o In file included from sysdep.h:23, from arparse.y:29: config.h:7:4: error: #error config.h must be #included before system headers 7 | # error config.h must...

Is there a way to open a device with VID 0000 and PID 0006 with libusbk in windows? On linux I can using libusb, but on windows it seems it's...

driver

``` $ ./sunxi-fel.exe ver AWUSBFEX soc=00001823(H616) 00000001 ver=0001 44 08 scratchpad=00027e00 00000000 00000000 ~/sunxi-tools$ ./sunxi-fel.exe uboot /i/u-boot-sunxi-cb1-emmc.bin usb_bulk_send() ERROR -7: Operation timed out ~/sunxi-tools$ ./sunxi-fel.exe ver usb_bulk_send() ERROR -7: Operation...

I am using fx2lafw in sigrok for signal analysis. The firmware source is quite obscure in some points, but I need to add one small detail: when acquisition starts I...

The result G64 track 1 starts with FF FF FF FF and ends with 55 55 55 FF. That's quite wrong (even if logically right) and will lead to errors...

../third_party/fx2lib/include/serial.h:54: error 91: extern definition for 'putchar' mismatches with declaration. /usr/bin/../share/sdcc/include/stdio.h:86: error 177: previously defined here ../third_party/fx2lib/include/serial.h:55: error 91: extern definition for 'getchar' mismatches with declaration. /usr/bin/../share/sdcc/include/stdio.h:85: error 177: previously...

There are saleae logic analyzers knock off feature the cypress chip used in EZ USB. They have no flash, only a small eeprom with the usb id. They are perfect...

fx2lp is a great chip and would love to have it fully supported. most people code with basically 2 differen IDEs... one library is opensource and called fx2lib It would...