Arm Community
Arm Community
  • Site
  • User
  • Site
  • Search
  • User
Open Source Software and Platforms
Open Source Software and Platforms
Wiki MPS2+ SSE-200 Devices Example
  • Help
  • Jump...
  • Cancel
  • About this wiki
  • Supported platforms
  • Obtaining support
  • +Arm Reference Platforms deliverables
  • +A-class platforms
  • +M-class platforms
  • +R-class platforms
  • -FPGA prototyping boards
    • -MPS2(+) FPGA prototyping board
      • MPS2(+) M-class prototyping system
      • Keil Board Support Packs for MPS2(+)
      • -Keil pack for SSE-200 IoT System for MPS2+
        • -SSE-200 for MPS2+ Software Examples
          • MPS2+ SSE-200 TF-M Examples User Guide
          • MPS2+ SSE-200 Devices Example
          • MPS2+ SSE-200 Devices Secure/Non-secure Example
          • MPS2+ SSE-200 Secure/Non-secure Blinky Example
      • Running uCLinux on the Arm MPS2(+) platform
      • MPS2(+) Mbed OS automated testing
      • FPGA Prescale register address incorrect in MPS2(+) software header file
      • MPS2+ Firmware update for reboot.txt method
    • +MPS3 FPGA Prototyping System
  • +Open source software

You are currently reviewing an older revision of this page.

  • History View current version

MPS2+ SSE-200 Devices Example

PLEASE NOTE: These examples do not build when Keil Arm MPS2 SSE-200 BSP v2.0.0 or later is installed.

This example shows some of the functionality of the MPS2 devices (SCC leds, switches, user buttons, user leds, touchscreen and graphical LCD).

The application shows the following functionalities:

  • Shows a value via SCC leds (8 leds).
  • The user button 0 increments the value.
  • The user button 1 decrements the value.
  • When the button 0 is pressed, the used LED 0 is switched on and used LED 1 is switched off.
  • When the button 1 is pressed, the used LED 1 is switched on and used LED 0is siwtched off.
  • When the user touchs the center of the touchscreen, the SCC LEDs blinks and the graphical LCD changes the image.

The example runs in secure mode only.

See the ReadMe file provided with the example for more information.