-
Add some benchmarks table, comparing the speed with other dongles.
With a versaloon stm32 and openocd, flashing a file can take a minute, while it takes 1s with an FT2232H.
-
Steps to reproduce:
1. Build and flash:
```
git clone https://github.com/Disasm/icebreaker-litex-examples
cd icebreaker-litex-examples
git checkout serv
git submodule update --init
cd soc
./ic…
-
Hi, I made a slightly modified version of the board without much changing(downloading circuit unchanged), and now I have some problems with SRAM programming: moving R9 to R19 doesn't work. I'm using a…
-
Features tested so far:
- [x] FT2232H JTAG and UART
- [ ] FT2232H parallel mode
- [x] USB powered
- [x] 12V power circuitry and connector
- [x] LEDs
- [x] Buttons and DIP switches
- [x] …
-
A static library built based on your initial codebase:
https://github.com/felipesanches/libstickbridge
It should make it trivial to build hardware+software FPGA projects using an SPI bridge on the…
-
In PR #71, a change was merged to relax the valid input range in function set_latency_timer from 2-255ms to 0-255 ms, as the datasheet for device FT2232H says this is permissible.
Unfortunately thi…
-
JLink, Stlink-v2, ft2232h on EMW3162 only, busblaster v4 w/ ktlink and more if I have 'em.
emilf updated
9 years ago
-
During testing of my branch I noticed that when there is no slave connected to the FT2232H and when checking for an ACK with `(GetAck(mpsse) == ACK)` returns true even when no I²C device is attached. …
-
Hi! Great project!
Is "FTDI2323H" a typo? I saw it in the repo description and the README. I don't know any "FTDI2323H". I know there are:
* FTDI FT232H
* FTDI FT2232H
Can this tool be used wi…
-
I'm using Segger Jlink for several project with different MCU, including ESP32.
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/configure-ft2232h-jtag.html?highl…