MCUXpresso_LPC55S69/boards/lpcxpresso55s69/demo_apps/utick_wakeup/cm33_core0
Yilin Sun 6e8d03ec0a Updated to SDK v2.15.000
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-04-12 21:21:49 +08:00
..
armgcc Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00
board.c Stock SDK v2.11.0 2022-04-08 22:42:47 +08:00
board.h Stock SDK v2.11.0 2022-04-08 22:42:47 +08:00
clock_config.c Stock SDK v2.11.0 2022-04-08 22:42:47 +08:00
clock_config.h Stock SDK v2.11.0 2022-04-08 22:42:47 +08:00
pin_mux.c Stock SDK v2.11.0 2022-04-08 22:42:47 +08:00
pin_mux.h Stock SDK v2.11.0 2022-04-08 22:42:47 +08:00
readme.md Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00
utick_wakeup.bin Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00
utick_wakeup.c Stock SDK v2.11.0 2022-04-08 22:42:47 +08:00
utick_wakeup.mex Stock SDK v2.11.0 2022-04-08 22:42:47 +08:00
utick_wakeup_v3_14.xml Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00

readme.md

Overview

The purpose of this demo is to show wakeup from deep sleep mode using MicroTick timer. The demo sets the MicroTick Timer as a wake up source and puts the device in deep-sleep mode. The MicroTick timer wakes up the device.

SDK version

  • Version: 2.15.000

Toolchain supported

  • IAR embedded Workbench 9.40.1
  • Keil MDK 5.38.1
  • GCC ARM Embedded 12.2
  • MCUXpresso 11.8.0

Hardware requirements

  • Micro USB cable
  • LPCXpresso55s69 board
  • Personal Computer

Board settings

  1. Pin P19_2 is used as a CLKOUT signal. Connect this pin to an Oscilloscope for viewing the signal.

Running the demo

The demo sets the MicroTick Timer as a wake up source and puts the device in sleep mode. The MicroTick timer wakes up the device.

After wake up

(1)the red LED on the board blinking. (2)CLKOUT signal changing can be seen on pin P19_2.And the frequency of output signal will double.

If the demo run successfully, you will see the log from debug console:

Utick wakeup demo start...
Wakeup from sleep mode...