-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hardware definition for lcsoft board? #5
Comments
It should be pretty easy to adapt to this board. By 24MHz clock, you mean 24MHz crystal? The FX2 should be able to still run at full speed using a crystal of this speed. Copy the https://github.com/mithro/ixo-usb-jtag/blob/master/hw_nexys.c file and create a |
@zoobab Hi, have you tried the suggested by mithro approach? |
I think I tried and did not succeed, but that was a year ago. But I should try to find some time to try again. |
@mithro |
It should be as simple as creating a hw_XXX.c file. Check the other hw_XXXX.c files for examples. If you want to use Port A the dj_usb is probably the best example to start from, see https://github.com/mithro/ixo-usb-jtag/blob/master/hw_dj_usb.c
|
That's OK. But, in that case an inverter is required for the TDO line. |
Hi,
I have an LCSOFT board from here:
https://es.aliexpress.com/store/product/Free-ship-IEZ-USB-FX2LP-CY7C68013A-USB-core-board-development-board-USB-logic-analyzer-I2C-serial/808897_976713163.html
It has a 24Mhz clock, any idea how to adapt the description to fit it?
The text was updated successfully, but these errors were encountered: