Here, alternative functions and classes for STM32. The program contains a class for the I2C software bus, a class for working with a watchdog timer and time delay functions based on DWT. All functions and classes use the HAL library. Functions and classes were written for the microcontroller stm32f103.

Dependents:   STM32_F1XX_Alternative

History

Fixed a bug with a delay of milliseconds default tip

2017-05-24, by Yar [Wed, 24 May 2017 20:35:23 +0000] rev 1

Fixed a bug with a delay of milliseconds


Implemented class for the I2C software bus. The class for working with I2C only supports writing data. Implemented alternative functions for time delays based on DWT. Implemented a class for working with a watchdog timer.

2017-05-24, by Yar [Wed, 24 May 2017 19:04:12 +0000] rev 0

Implemented class for the I2C software bus. The class for working with I2C only supports writing data. Implemented alternative functions for time delays based on DWT. Implemented a class for working with a watchdog timer.