📄 l3_sdram.c
字号:
#include <services/services.h>
#include "image.h"
#define Frame_Size 640 * 480
// Define the DMA buffers for each frame.
// Because of SDRAM performance, each frame must be in a different bank.
// The placement in different banks is obtained through RESOLVE() statements in the LDF.
section("sdram0") char PingFrame[Frame_Size];
section("sdram0") char PongFrame[Frame_Size];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -