• 大小: 12.02MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-01
  • 语言: 其他
  • 标签: K60  OV7670  摄像头  

资源简介

飞思卡尔K60 驱动摄像头OV7670程序

资源截图

代码片段和文件信息

//*******************************************************************************************
//  MK60DN512ZVL(K/L/Q)10 Demo - Vectors Ultra-Low Pwr UART 115200 Echo ISR 50MHz ACLK
//
//           MK60DN512ZVL(K/L/Q)10
//            -----------------
//        /|\|              XIN|-
//         | |                 | 32kHz
//         --|RST          XOUT|-
//           |                 |
//           |                 |
//           |           P1.1  |<----L1 
//           |           P1.3  |<----L2
//           |           P1.5  |<----L3
//           |                 |
//           |                 |
//           |           P1.4  |---->H1 
//           |           P1.2  |---->H2
//           |           P1.0  |---->H3
//           |                 |
//           |                 |
//
//  Copyright (c) 2012.04  WH All Rights Reserved.
//  WebSite     : http://un-el.taobao.com/
//  QQ群        : 226846867 (Kinetis ARM)
//  Email       : dragonhzw@163.com
//  Description : The 16bit-ADC module
//  History     :                                                           
//     [Author]   [Date]      [Version]    [Description]                     
//     [1] dragonhzw   2012/04/09  Ver 1.0.0    Initial file.
//
//  Built with IAR embedded Workbench for ARM 6.30  
//***********************************************************************************************
#include “K60_datatype.h“


#ifdef  __cplusplus
extern “C“ {
#endif

  __ramfunc static void SetSysDividers(ULONG uiOutDiv1 ULONG uiOutDiv2 ULONG uiOutDiv3 ULONG uiOutDiv4);


/***FUNC+*********************************************************************/
/* Name   : PLL_Init                                                         */
/* Descrp : Initialize PLL                                                   */
/* Input  : None.                                                            */   
/* Output : None.                                                            */
/* Return : None.                                                            */   
/***FUNC-*********************************************************************/
void PLL_Init(void)
{

    MCG_C2 = 0;                        // x x RANGE HGO EREFS LP IRCS
                                       // 0 0   00    0    0   0   0
                                       // RANGE=00:Low frequency range selected for the crystal oscillator of 32 kHz to 40 kHz
                                       // HGO  =0 :Configure crystal oscillator for low-power operation
                                       // EREFS=0 :External reference clock requested 
    
    SIM_SCGC4 |= SIM_SCGC4_LLWU_MASK;
    LLWU_CS |= LLWU_CS_ACKISO_MASK;
    
    MCG_C1 = MCG_C1_CLKS(2) |          // CLKS FRDIV IREFS IRCLKEN IREFSTEN
             MCG_C1_FRDIV(3);          //  10   011    1     0        0  
                                       // CLKS =10 :External reference clock is selected
   

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-12-21 22:21  Camera_OV7670--飞思卡尔K60\
     文件        9822  2013-05-04 14:19  Camera_OV7670--飞思卡尔K60\Camera.dep
     文件       52167  2013-03-13 14:49  Camera_OV7670--飞思卡尔K60\Camera.ewd
     文件       50388  2013-03-24 09:41  Camera_OV7670--飞思卡尔K60\Camera.ewp
     文件         160  2013-05-04 13:26  Camera_OV7670--飞思卡尔K60\Camera.eww
     文件        1328  2013-03-24 19:43  Camera_OV7670--飞思卡尔K60\Camera.h
     文件       19064  2013-05-01 16:52  Camera_OV7670--飞思卡尔K60\CameraMain.c
     目录           0  2014-12-21 22:21  Camera_OV7670--飞思卡尔K60\common\
     文件        2041  2010-10-27 13:30  Camera_OV7670--飞思卡尔K60\common\512KB_Pflash.icf
     文件        1629  2012-09-06 23:37  Camera_OV7670--飞思卡尔K60\common\crt0.s
     文件      816643  2010-12-16 13:31  Camera_OV7670--飞思卡尔K60\common\MK40N512VMD100.h
     文件      794554  2012-04-06 16:35  Camera_OV7670--飞思卡尔K60\common\MK60N512VMD100.h
     文件       16829  2013-03-24 19:59  Camera_OV7670--飞思卡尔K60\common\vectors.c
     文件       21372  2013-03-14 08:23  Camera_OV7670--飞思卡尔K60\common\vectors.h
     文件       13609  2012-09-05 00:59  Camera_OV7670--飞思卡尔K60\common\_printf.c
     文件        3191  2013-03-14 08:21  Camera_OV7670--飞思卡尔K60\common\_printf.h
     目录           0  2014-12-21 22:21  Camera_OV7670--飞思卡尔K60\Debug\
     目录           0  2014-12-21 22:21  Camera_OV7670--飞思卡尔K60\Debug\Exe\
     文件      144856  2013-05-04 13:27  Camera_OV7670--飞思卡尔K60\Debug\Exe\c.out
     文件       16547  2013-05-04 13:27  Camera_OV7670--飞思卡尔K60\Debug\Exe\c.sim
     文件       46458  2013-05-04 13:27  Camera_OV7670--飞思卡尔K60\Debug\Exe\Camera.srec
     目录           0  2014-04-29 15:39  Camera_OV7670--飞思卡尔K60\Debug\List\
     目录           0  2016-07-24 22:23  Camera_OV7670--飞思卡尔K60\Debug\Obj\
     文件     1728941  2016-07-24 22:23  Camera_OV7670--飞思卡尔K60\Debug\Obj\Camera.pbd
     文件     1728941  2016-07-24 22:23  Camera_OV7670--飞思卡尔K60\Debug\Obj\Camera.pbd.browse
     文件       22932  2013-05-04 13:26  Camera_OV7670--飞思卡尔K60\Debug\Obj\CameraMain.o
     文件      976715  2016-07-21 10:01  Camera_OV7670--飞思卡尔K60\Debug\Obj\CameraMain.pbi
     文件       10055  2016-07-21 10:01  Camera_OV7670--飞思卡尔K60\Debug\Obj\CameraMain.pbi.cout
     文件        1804  2013-05-04 13:27  Camera_OV7670--飞思卡尔K60\Debug\Obj\crt0.o
     文件       15116  2013-05-04 13:26  Camera_OV7670--飞思卡尔K60\Debug\Obj\GPIO.o
     文件      965336  2016-07-21 10:01  Camera_OV7670--飞思卡尔K60\Debug\Obj\GPIO.pbi
............此处省略37个文件信息

评论

共有 条评论