打印
[DemoCode下载]

N76E003进入低功耗休眠模式

[复制链接]
567|2
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
wahahaheihei|  楼主 | 2024-7-10 10:15 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
/* ------------------------------------------------------------------------------------------------------- */
/*                                                                                                         */
/* SPDX-License-Identifier: Apache-2.0                                                                     */
/* Copyright(c) 2023 Nuvoton Technology Corp. All rights reserved.                                         */
/*                                                                                                         */
/*---------------------------------------------------------------------------------------------------------*/
#include "numicro_8051.h"

/******************************
  * [url=home.php?mod=space&uid=247401]@brief[/url]     Main loop.
  * @param[in] None.
  * [url=home.php?mod=space&uid=266161]@return[/url]    None.
  * MG51 power down code for test power down current, BOD disabled.
******************************/
void main (void)
{
/* UART0 settting for printf function */
    MODIFY_HIRC(HIRC_166);
    Enable_UART0_VCOM_printf_166M_115200();
    printf ("\n Test start ...");
    clr_TCON_TR1;
/* Quasi mode better for power down power comsuption (necessary) */
    ALL_GPIO_QUASI_MODE;
    P0=0;
    P1=0;
    P2=0;

/*MUST Disable BOD to low power (necessary) */
    BOD_DISABLE;              //BOD enable power down current please check datasheet DC charactor.

/* Real into power down mode (necessary) */
    set_PCON_IDLE;
    while(1);
  
}



休眠是实现低功耗的关键。

使用特权

评论回复
沙发
wahahaheihei|  楼主 | 2024-7-10 10:19 | 只看该作者
不知道大家用过这个功能没

使用特权

评论回复
板凳
micoccd| | 2024-7-10 10:32 | 只看该作者
低功耗很常用

使用特权

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

本版积分规则

215

主题

3026

帖子

12

粉丝