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

Identification library and flash size for STM32F4xx - http://stm32f4-discovery.com/2014/12/library-44-stm32f4-unique-id-and-flash-size. More...

Modules

 TM_ID_Macros
 Library defines.
 
 TM_ID_Functions
 Library Functions.
 

Detailed Description

Identification library and flash size for STM32F4xx - http://stm32f4-discovery.com/2014/12/library-44-stm32f4-unique-id-and-flash-size.

This library allows you to read following things:
  • Device's 96bit unique ID
  • Device signature
  • Revision
  • Flash size
Revisions possible:
  • 0x1000: Revision A
  • 0x1001: Revision Z
  • 0x1003: Revision Y
  • 0x1007: Revision 1
  • 0x2001: Revision 3
Device signatures:
  • 0x0413: STM32F405xx/07xx and STM32F415xx/17xx)
  • 0x0419: STM32F42xxx and STM32F43xxx
  • 0x0423: STM32F401xB/C
  • 0x0433: STM32F401xD/E
  • 0x0431: STM32F411xC/E
Flash size:
  • Device has stored value of flash size in kB
Changelog
 Version 1.0
   - First release
Dependencies
 - STM32F4xx