A short modding guide for adding a level 7 interrupt switch to your A600.
- 3x 1N4148 (or similar) diodes
- 2 pos. pin socket and matching header
- Momentary switch or push button
- Insulated wire, heat-shrink tubing, superglue
C:\PROG\opt\WinCUPL.60008009.| # ------------------------------------------------------------------------------ | |
| # @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
A short guide to installing and using Xilinx ISE 14.7 on Windows 10