readme.txt
来自「cypress fx2 firmware代码示例」· 文本 代码 · 共 11 行
TXT
11 行
TFX2 GPIF Long Transfers
Troy Gentry
The purpose of this code is to demonstrate how to implement long transfers in EZUSB FX2 GPIF applications.
What does that mean? When using the GPIF Transfer Count method the cpu can setup a transfer
of up to 4294967296 transactions (either 8 or 16-bit data bus). The cpu is still responsible for monitoring and controlling the GPIF, but the data transfers are handled without cpu interaction (typically...although
it is possible for the cpu to interact (via REVCTL.0=1 and REVCTL.1=1)
See readme.txt after unzipping for additional information.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?