Giter Club home page Giter Club logo

micros's Introduction

STM32 HAL library for release function micros() and delay_us().

English note

A simple C library (STM32 HAL) for working with microsecond function.

Copy the library header to the appropriate project directories (Inc).

In the head file of your project (main.c), include the header file

/ * USER CODE BEGIN Includes * /
#include "micros.h"
/ * USER CODE END Includes * /

add in main function section for initial initialization of the DWT (Data Watchpoint and Trace unit)

/* USER CODE BEGIN 2 */
  DWT_Init();
/* USER CODE END 2 */

Use function on program

uint32_t micros();
void delay_us(...);

Russian note

Простая библиотека на С (STM32 HAL) для работы с микросекундами.

Скопируйте заголовочный файл библиотеки в соотвесвтующую директорию проекта (Inc).

В головном файл вашего проекта (main.c) подключите заголовочный файл

/ * USER CODE BEGIN Includes * /
#include "micros.h"
/ * USER CODE END Includes * /

добавьте в секцию функции main(void) код инициализации модуля DWT (Data Watchpoint and Trace unit)

/* USER CODE BEGIN 2 */
  DWT_Init();
/* USER CODE END 2 */

Можете использовать функции в вашем проекте

uint32_t micros();
void delay_us(...);

micros's People

Contributors

leech001 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.