Skip to content

Releases: elfmimi/libfx2

ez-dap-rc

15 Aug 15:06
Compare
Choose a tag to compare

CMSIS-DAP ported to CY7C68013A EZ-USB FX2LP

PB7: SWCLK
PB5: SWDIO

use https://pypi.org/project/fx2/ to do the followings.

To load it temporarily for trial run:
python -m fx2.fx2tool -d 04B4:8613 load ez-dap.hex

To rewrite the EEPROM after proper operation is confirmed:
python -m fx2.fx2tool -d 04B4:8613 -B program -V 04B4 -P 8613 -W 2 -f ez-dap.hex
you'll need to unplug and re-plug it afterward.

In case of Linux, you may need to unload usbtest kernel module.
modprobe -r usbtest
This command requires root privilege.

ez-dap-preview

16 Jan 13:23
Compare
Choose a tag to compare
ez-dap-preview Pre-release
Pre-release

CMSIS-DAP ported to CY7C68013A EZ-USB FX2LP

PB7: SWCLK
PB5: SWDIO

use https://pypi.org/project/fx2/ to do the followings.

To load it temporarily for trial run:
python -m fx2.fx2tool -d 04B4:8613 load ez-dap.hex

To rewrite the EEPROM after proper operation is confirmed:
python -m fx2.fx2tool -d 04B4:8613 -B program -V 04B4 -P 8613 -W 2 -f ez-dap.hex
you'll need to unplug and re-plug it afterward.