PWR_STANDBY
Go to file
xiaoyuluoke a7130bf315 第一次提交 2024-07-25 14:57:40 +08:00
.vscode 第一次提交 2024-07-25 14:57:40 +08:00
CMSIS 第一次提交 2024-07-25 14:57:40 +08:00
cmake 第一次提交 2024-07-25 14:57:40 +08:00
n32g430_std_periph_driver 第一次提交 2024-07-25 14:57:40 +08:00
source 第一次提交 2024-07-25 14:57:40 +08:00
.clang-format 第一次提交 2024-07-25 14:57:40 +08:00
.gitignore Initial commit 2024-07-25 14:56:34 +08:00
CMakeLists.txt 第一次提交 2024-07-25 14:57:40 +08:00
README.md 第一次提交 2024-07-25 14:57:40 +08:00
n32g430_flash.ld 第一次提交 2024-07-25 14:57:40 +08:00
project.cmake 第一次提交 2024-07-25 14:57:40 +08:00
startup_n32g430_gcc.s 第一次提交 2024-07-25 14:57:40 +08:00

README.md

  1. 功能描述

    1. 进入和退出STANDBY模式。
  2. 使用环境 软件开发环境: KEIL MDK-ARM V5.34.0.0 IAR EWARM 8.50.1

    硬件环境: 基于评估板N32G430C8L7-STB V1.0开发

  3. 使用说明 系统配置:

    1. 时钟源HSE+PLL
    2. 时钟频率128MHz
    3. 唤醒源PA0

    使用方法: 用KEIL编译后烧录到评估板上接上电流表发现通电后电流从mA降到uA级别。 按下唤醒按钮PA0电流恢复到mA水平过了一会儿又降到uA。

  4. 注意事项 当评估功耗时请注意移除LED来测量。

  5. Function description

    1. Enter and exit STANDBY mode.
  6. Use environment Software development environment: KEIL MDK-ARM V5.34.0.0 IAR EWARM 8.50.1

    Hardware environment: Developed based on the evaluation board N32G430C8L7-STB V1.0

  7. Instructions for use System configuration:

    1. Clock source: HSE+PLL
    2. Clock frequency: 128MHz
    3. Wake up source: PA0

    Usage: After compiling in KEIL, it was burned to the evaluation board, connected to the ammeter, and found that the current dropped from mA to uA level after powering on. By pressing the wake button (PA0), the current reverted to mA level and after a while dropped back to uA.

  8. Precautions When evaluating power consumption, take care to remove the LED to measure