📄 main.c
字号:
/****************************************************************
Copyright (c) 2007, DMATEK Development Kit Department All rights reserved
FileName : Main.c
Description: Nor Flash test main function
Version : 1.0
Author : Dmatek_Chen
Date : June 23, 2007
****************************************************************/
#include <stdlib.h>
#include <string.h>
#include "def.h"
#include "option.h"
#include "2440addr.h"
#include "2440lib.h"
#include "2440slib.h"
extern void NorFlash_Test(void);
void Main(void)
{
Port_Init();
Uart_Init( 0,115200 );
Uart_Select(1 );
Uart_Printf("test NorFlash \n");
//while( 1 )
//{
//Uart_Printf("FS2410XP NOR FLASH Test,please Enter 'ESC' to exit\n");
// NorFlash_Test();
// Uart_Getch();
//}
NorFlash_Test();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -