-
I find it to be beyond my immediate capabilities to figure out how to communicate with the HX1K via USB. I can follow the instructions on https://wiki.debian.org/FPGA/Lattice, can modify that code, al…
-
I am very glad that you conquered the PSoC5 completely bare-metal, without config and without Cypress parts, and I wish to do exactly the same for a CY8C4245 for porting my native code Forth compiler,…
-
I had to patch around the following line to get a build of bladerf going with the CyAPI on windows 10. It basically fatal errors out since there is no windows 10 in the if statements:
https://github.…
-
To the best of my knowledge, the Cypress FX3 SDK 1.3.3 does not support Windows 10.
`FindCyAPI.cmake` will report this a `FATAL_ERROR` when performing Windows builds if the FX3 SDK is installed on …
jynik updated
7 years ago
-
Hi, I followed the instruction in README.md and installed libusb and python2.7, but when I try to run the script it keeps telling me that "open device failed". Do you know what could be the issue?
…
-
As discussed [here ](https://forum.mysensors.org/topic/4694/mqtt_esp8266_gateway-and-1mhz-node/12)I propse an delay(2) for the gateway upon responding to an I_PING request.
This might not yet be a wh…
-
I recently purchased a DSLogic, but am disappointed with their own software (I thought they just used base sigrok when I bought it). I'd like to get at least basic functionality working in Sigrok for …
-
Please verify the following;
#### Test 0 - Device doesn't enumerate without board power
Computer is connected to the Cypress FX2 while board is unpowered.
**No device should be enumerated / discover…
-
I plan to write the firmware from scratch to avoid copyright problems. The new firmware will probably be written in assembler (I'm too lazy to get the C compiler running).
The new firmware should su…
-
Hi, I have looked a bit into the protocol and I thought I share what I found out.
Control message with `bRequest == 0xa0` is used to upload firmware. The `wValue` is the start address, the next pack…