⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 C6455 的 533M DDR2 ram 控制程序。完整代码
💻 TXT
字号:
DDR2 CSL EXAMPLE 
====================
The folders in this directory contain a example that demonstrates the usage of DDR2 CSL 3.x API's.

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

src - contains the example source files
inc - contains the example include 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 Ddr2_narrow_mode_read_write_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.


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

1. Choose the Big endian configuration in the CCS setup

2. Open the Ddr2_narrow_mode_read_write_example.pjt in the CCS 

3. Ensure that the gel file is loaded

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

5. Include the libraries rts64pluse.lib and the big endian csl library

6. Build the project.

7. Load the OUTPUT file.

8. Execute. 

⌨️ 快捷键说明

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