打印
[DemoCode下载]

时钟还可输出

[复制链接]
474|16
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
/*---------------------------------------------------------------------------------------------------------*/
/*                                                                                                         */
/* Copyright(c) 2017 Nuvoton Technology Corp. All rights reserved.                                         */
/*                                                                                                         */
/*---------------------------------------------------------------------------------------------------------*/

//***********************************************************************************************************
//  Nuvoton Technoledge Corp.
//  Website: http://www.nuvoton.com
//  E-Mail : MicroC-8bit@nuvoton.com
//  Date   : Apr/21/2017
//***********************************************************************************************************

//***********************************************************************************************************
//  File Function: N76E003 Clock Output demo code
//***********************************************************************************************************

#include "N76E003.h"
#include "SFR_Macro.h"
#include "Function_define.h"
#include "Common.h"
#include "Delay.h"

//======================================================================================================

void main(void)
{
       
    /* Note
       MCU power on system clock is HIRC (16.0000MHz), if need change Fsys source pleaes copy hange system closk source demo
    */
   
                Set_All_GPIO_Quasi_Mode;                    //in Function_define.h
    set_CLOEN;                                  //System Clock Output Enable
//     Please measure P1.1 (CLO) pin for system clock output, it should as system clock;

    while(1)
    {
        clr_GPIO1;
        Timer0_Delay1ms(500);
        set_GPIO1;
        Timer0_Delay1ms(500);
    }
/* =================== */
}



使用特权

评论回复
沙发
zhuomuniao110| | 2019-7-22 13:34 | 只看该作者
循环里面那个是啥用处

使用特权

评论回复
板凳
xuanhuanzi| | 2019-7-23 11:33 | 只看该作者
有人测试过没,是哪个时钟,核心的吗

使用特权

评论回复
地板
xinxianshi| | 2019-7-23 21:54 | 只看该作者
实现这个功能真容易。

使用特权

评论回复
5
huahuagg| | 2019-7-23 22:32 | 只看该作者
system clock output

使用特权

评论回复
6
wahahaheihei| | 2019-7-26 10:04 | 只看该作者
非常不错的功能。

使用特权

评论回复
7
捉虫天师| | 2019-7-28 23:27 | 只看该作者
可以给其他需要时钟的芯片提供时钟源。

使用特权

评论回复
8
643757107| | 2019-7-28 23:32 | 只看该作者
这个功能,新唐的都具备。

使用特权

评论回复
9
幸福小强| | 2019-7-28 23:42 | 只看该作者
所有的都可以输出?太方便了。

使用特权

评论回复
10
小灵通2018| | 2019-7-29 11:38 | 只看该作者
原始时钟还是分频后的

使用特权

评论回复
11
yiy| | 2019-7-29 19:51 | 只看该作者
这个功能还可以用于测量内部时钟是不是准。

使用特权

评论回复
12
susceptibility| | 2019-7-31 15:24 | 只看该作者
输出的时钟是固定的某个时钟还是可配置的

使用特权

评论回复
13
antusheng|  楼主 | 2019-8-4 15:08 | 只看该作者
susceptibility 发表于 2019-7-31 15:24
输出的时钟是固定的某个时钟还是可配置的

CLO: 系统时钟输出脚

使用特权

评论回复
14
antusheng|  楼主 | 2019-8-4 15:09 | 只看该作者
N76E003提供一个CLO(P1.1)引脚可以输出系统时钟,该频率与FSYS 频率相同。通

使用特权

评论回复
15
antusheng|  楼主 | 2019-8-4 15:10 | 只看该作者

使用特权

评论回复
16
antusheng|  楼主 | 2019-8-4 15:10 | 只看该作者
CPU 的时钟,时钟源分频后的。

使用特权

评论回复
17
antusheng|  楼主 | 2019-8-4 15:28 | 只看该作者

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

83

主题

1450

帖子

5

粉丝