- Download installer from Atmel: https://ww1.microchip.com/downloads/en/DeviceDoc/awincupl.exe.zip.
- Install into known folder, e.g.
C:\PROG\opt\WinCUPL
. - Reboot after install.
- Launch WinCUPL GUI from the start menu.
- Enter company name (whatever no one cares) and use serial number
60008009
. - Close GUI, won't need it again.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------------------------------------------------------ | |
# @brief | |
# Import raw binary data | |
# | |
# The binary data will be imported into an object file and placed into the | |
# ".rodata" section of the target. Each data import adds three global symbols: | |
# - <data_name>_start: Start marker (extern unsigned char) | |
# - <data_name>_end: End marker (extern unsigned char) | |
# - <data_name>_size: Size of the data (extern unsigned int) | |
# |
A guide on updating your WCH-LinkE Debugger without contaminating your host system
- Windows Sandbox
- USBIPD installed on host (see: https://learn.microsoft.com/en-us/windows/wsl/connect-usb)
- Open an administrator cmd
A short guide to installing and using Xilinx ISE 14.7 on Windows 10
- Download Xilinx ISE 14.7 (non-"Windows 10" package)
- https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools/archive-ise.html#collapse-14-7
- Scroll down to "14.7 Full Product Installation"
- Select "Full Installer for Windows 7/XP/Server (TAR/GZIP - 6.18 GB)"
- Requires Xilinx account login and export approval in order to download