Wakeup Light with touch user interface, anti-aliased Font, SD card access and RTC usage on STM32F746NG-DISCO board

Dependencies:   BSP_DISCO_F746NG_patch_fixed LCD_DISCO_F746NG TS_DISCO_F746NG FATFileSystem TinyJpgDec_interwork mbed-src

Embed: (wiki syntax)

« Back to documentation index

TM_RCC

RCC Library for STM32Fxxx - http://stm32f4-discovery.com/2015/07/hal-library-01-rcc-for-stm32fxxx/. More...

Modules

 TM_RCC_Macros
 

RCC Library macros.


 TM_RCC_Typedefs
 

RCC Typedefs used for RCC library for initialization purposes.


 TM_RCC_Functions
 

TM_RCC_Typedefs.



Detailed Description

RCC Library for STM32Fxxx - http://stm32f4-discovery.com/2015/07/hal-library-01-rcc-for-stm32fxxx/.

RCC library provides initialization of clock at the beginning. Function TM_RCC_InitSystem should be called at beginning of main function to initialize system.

Note:
In case of STM32F7xx is used, this library also enables CACHE for Instructions and Data.
Changelog
 Version 1.0
  - Initial release

 Version 1.1
  - October 10, 2015
  - Added support for STM32F469 devices
Dependencies
 - STM32Fxxx HAL
 - defines.h