readme.txt
来自「FS7805 使用DMA的demo」· 文本 代码 · 共 15 行
TXT
15 行
01/25/07 Kevin v0.1
03/22/07 Jason v0.2
This directory contains the DMA firmware for FS7805 chip.
The purpose of this software is to demonstrate how to use DMA in the FS7805 chip.
This example will move data from source address to destination address by DMA module.
1. Put the 16-bit source data address into DMA source data address register.
2. Put the 16-bit destination data address into DMA destination data address register.
3. Put source data length into DMA length register.
4. Start data transfer.
5. Wait for DMA done interrupt and then clear it.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?