Character LCD with Enabled Subsystem demo

<< Click to Display Table of Contents >>

Navigation:  STM32F4 Target > Demos > Hardware Modules Demos > Character LCD >

Character LCD with Enabled Subsystem demo

Previous pageReturn to chapter overviewNext page

demo File: clcd_subsystem_demo.mdl

amg_clcd_demo3_mdl

Description

The demo showing how CLCD works in Enabled Subsystem.

1. Detect and de-bounce from input switch

- S1 is Digital Input pin PB2.

- S2 is Digital Input pin PB15.

2. Enabled Subsystem1

Activate on S1 pressed, show the following text:

  Line 1: Hello

  Line 2: pag1

  Line 3: pag2

  Line 4: pag3

3. Enabled Subsystem2

Activate on S2 pressed, show the following text:

  Line 1: cat1

  Line 2: cat2

  Line 3: cat3

  Line 4: cat4