?? 44btest.c
字號:
#include <string.h>
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\option.h"
#include "..\inc\cache.h"
//****************************************************************
// * S3C44B0X developer's notes *
// ****************************************************************
void Main(void)
{
// Isr_Init();
Uart_Init(0,115200);
Uart_Select(0);
Delay(0); //calibrate Delay()
Delay(5000);
while(1)
{
char aa;
Uart_Printf("\n\n***********************************************************************");
Uart_Printf("\n\n\n 歡迎使用恒豐銳科S3C44B0 CACHE 測試程序(2007)\n\n");
Uart_Printf("\n*-----------------Begin to Start cache test,OK? (Y/N)-----------------*");
Uart_Printf("\n");
Uart_Printf("\nEnter the 'Y' or 'y' to test:\n");
aa= Uart_Getch();
if((aa=='Y')||(aa=='y'))
{
Uart_Printf("\n");
(void (*)(void))Test_Cache();
}
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -