Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 1.42 KB

File metadata and controls

11 lines (9 loc) · 1.42 KB

STM32-Countdown-Timer-Relay-Control

This repository contains the schematic and source code of a device which is working as Countdown Timer with Relay Control. The device is connected with PC via USB interface and the countdown time can be set via Serial Terminal (RealTerm for example). Countdown is started via user interface on the PC and high power consumer can be powered until the time pass. There are also LED indications for COM success using blue LED and for Relay Status using red LED. The remaining time is displayed on 4-digit 7-segment LED indicator.

Used MCU's 📟

  1. STM32F722ZET6 - ARM® Cortex®-M7 32-bit RISC core based MCU.

Technical Documentation Used 🗎

  1. STM32F7x2 Datasheet
  2. STM32F7x2 Reference Manual
  3. NUCLEO DEVELOPMENT Board Datasheet
  4. ARM Cortex-M7 User Guide