• 大小: 300KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: 其他
  • 标签: s3c2440  ov7570  

资源简介

基于S3C2440的OV7670摄像头的裸机程序基于S3C2440的OV7670摄像头的裸机程序

资源截图

代码片段和文件信息

//======================================================================
// 工程名称: Camera.mcp
// 功能描述: OV7670摄像头测试              
//  IDE环境:   ADS v1.2
// 组成文件: camtest.c Test_OV7670.c camproset.c camtest.h Test_OV7670.h
//              camproset.h camdata.h camdef.h main.c TFT_API.c TFT_API.h 
// 硬件连接: 将摄像头模组插在CAMERA插座上,连接好LCD
//======================================================================

#include “2440lib.h“
#include “2440addr.h“
#include “camif.h“
#include “TFT_API.h“
#include “uart.h“
#include “mmu.h“
#include 

void Main(void)
{
  Port_Init();
 
SetSysFclk(FCLK_400M);         //设置系统时钟 220M
ChangeClockDivider(14 12);      //设置分频 1:2:4
CalcBusClk();
MMU_Init();

Uart_Select(0);
Uart_Init(0 115200);
TFT_Init();
LCD_Backlight(150

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-06-25 21:22  camera_OV7670\
     文件      197967  2011-10-23 18:09  camera_OV7670\camera_OV7670.mcp
     目录           0  2012-06-25 21:22  camera_OV7670\camera_OV7670_Data\
     文件        3450  2011-10-23 18:09  camera_OV7670\camera_OV7670_Data\CWSettingsWindows.stg
     目录           0  2012-06-25 21:22  camera_OV7670\camera_OV7670_Data\Debug\
     目录           0  2012-06-25 21:22  camera_OV7670\camera_OV7670_Data\DebugRel\
     文件      125484  2011-10-23 18:09  camera_OV7670\camera_OV7670_Data\DebugRel\camera_OV7670.axf
     文件       38764  2011-10-23 18:09  camera_OV7670\camera_OV7670_Data\DebugRel\camera_OV7670.bin
     目录           0  2012-06-25 21:22  camera_OV7670\camera_OV7670_Data\DebugRel\objectCode\
     文件        8216  2011-10-23 17:25  camera_OV7670\camera_OV7670_Data\DebugRel\objectCode\2440init.o
     文件       40584  2011-10-23 17:25  camera_OV7670\camera_OV7670_Data\DebugRel\objectCode\2440lib.o
     文件        3314  2011-10-23 17:25  camera_OV7670\camera_OV7670_Data\DebugRel\objectCode\2440slib.o
     文件       52656  2011-10-23 18:09  camera_OV7670\camera_OV7670_Data\DebugRel\objectCode\camif.o
     文件       49588  2011-10-23 17:25  camera_OV7670\camera_OV7670_Data\DebugRel\objectCode\camproset.o
     文件       38388  2011-10-23 18:09  camera_OV7670\camera_OV7670_Data\DebugRel\objectCode\main.o
     文件       34996  2011-10-23 17:25  camera_OV7670\camera_OV7670_Data\DebugRel\objectCode\mmu.o
     文件       35080  2011-10-23 17:25  camera_OV7670\camera_OV7670_Data\DebugRel\objectCode\nand.o
     文件       38716  2011-10-23 17:25  camera_OV7670\camera_OV7670_Data\DebugRel\objectCode\Test_OV7670.o
     文件       42448  2011-10-23 18:09  camera_OV7670\camera_OV7670_Data\DebugRel\objectCode\TFT_API.o
     文件       31940  2011-10-23 18:09  camera_OV7670\camera_OV7670_Data\DebugRel\objectCode\TFT_Driver.o
     文件       43248  2011-10-23 17:25  camera_OV7670\camera_OV7670_Data\DebugRel\objectCode\uart.o
     文件      111285  2011-10-23 18:09  camera_OV7670\camera_OV7670_Data\DebugRel\TargetDataWindows.tdt
     文件       50806  2011-10-23 18:09  camera_OV7670\camera_OV7670_Data\Debug\TargetDataWindows.tdt
     目录           0  2012-06-25 21:22  camera_OV7670\camera_OV7670_Data\Release\
     文件       49432  2011-10-23 18:09  camera_OV7670\camera_OV7670_Data\Release\TargetDataWindows.tdt
     文件         889  2011-07-10 21:46  camera_OV7670\main.c
     目录           0  2012-06-25 21:22  camera_OV7670\Source\
     文件       12245  2010-07-19 15:26  camera_OV7670\Source\camdata.h
     文件        3406  2011-09-28 23:42  camera_OV7670\Source\camdef.h
     文件        5165  2011-10-02 21:23  camera_OV7670\Source\camera_sccb.c
     文件         197  2011-09-30 16:28  camera_OV7670\Source\camera_sccb.h
............此处省略32个文件信息

评论

共有 条评论