readme.txt

来自「TI DM648 TIMER配置源代码,可以下接下到板子上,非常不错」· 文本 代码 · 共 32 行

TXT
32
字号
TIMER CSL EXAMPLE 
================
The folders in this directory contain a register layer example that demonstrates the usage of TIMER.


Directory structure:
---------------------

src - contains the example source files
build  - contains the example project and the linker command file 

To Run the Example in the little endian mode:
-------------------------------------------

1. Choose the Little endian configuration in the CCS setup

2. Open the Timer_example.pjt in the CCS 

3. Ensure that the gel file is loaded

4. In the project build options configure the endianness to little endian

5. Include the libraries rts64plus.lib and the little endian csl library
Note: By default, the project is configured in little endian mode, so the above step may not be required

6. Build the project.

7. Load the OUTPUT file.

8. Execute.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?