TM STM32F4xx Libraries  v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle

GENERAL library for STM32F4xx devices - http://stm32f4-discovery.com/2015/03/library-54-general-library-for-stm32f4xx-devices. More...

Modules

 TM_GENERAL_Macros
 Library defines.
 
 TM_GENERAL_Variables
 Library variables.
 
 TM_GENERAL_Typedefs
 Library Typedefs.
 
 TM_GENERAL_Functions
 Library Functions.
 

Detailed Description

GENERAL library for STM32F4xx devices - http://stm32f4-discovery.com/2015/03/library-54-general-library-for-stm32f4xx-devices.

This is a simple library, where it's content can be used in a lot of places in your project.

Supported actions with library
- Support for software reset with callback
- Get reset source, what resets your MCU
- Disable or enable global NVIC interrupts
- Get different clock speeds in your system
- Operate with Cortex-M4 DWT hardware counter
- Check if number is odd or even and if it is power of 2
- Round float number with selectable decimal places
- Convert float number to integer and decimal part with selectable decimal places
Changelog
 Version 1.4
  - June 20, 2015
  - Changed interrupt enable/disable functions. They now supports nested interrupt disabling
 
 Version 1.3
  - April 13, 2015
  - Added float number operations

 Version 1.2
  - April 10, 2015
  - Added support for checking if number is odd or even and if it is power of 2
  
 Version 1.1
  - April 07, 2015
  - Added support for DWT counter
  
 Version 1.0
  - First release
Dependencies
 - STM32F4xx
 - STM32F4xx RCC
 - defines.h
 - attributes.h