?? 2440test.c
字號:
#include "2440addr.h"
#include "2440lib.h"
#include "sdi.h"
void xmain(void)
{
ChangeClockDivider(3,1);
ChangeMPllValue(127,2,1); //405MHZ
Isr_Init();
Uart_Init(0, 115200);
Uart_Select(0);
Uart_Printf("the main is running\n");
while(1)
{
Uart_Printf("GEC2440 SD Card test start\n");
Test_SDI();
Uart_Printf("Enter 'ESC' key to exit\n");
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -