STM32H735xx HAL User Manual
Functions
DEVICE ELECTRONIC SIGNATURE
UTILS Exported Functions

Functions

__STATIC_INLINE uint32_t LL_GetUID_Word0 (void)
 Get Word0 of the unique device identifier (UID based on 96 bits)
__STATIC_INLINE uint32_t LL_GetUID_Word1 (void)
 Get Word1 of the unique device identifier (UID based on 96 bits)
__STATIC_INLINE uint32_t LL_GetUID_Word2 (void)
 Get Word2 of the unique device identifier (UID based on 96 bits)
__STATIC_INLINE uint32_t LL_GetFlashSize (void)
 Get Flash memory size.
__STATIC_INLINE uint32_t LL_GetPackageType (void)
 Get Package type.

Function Documentation

__STATIC_INLINE uint32_t LL_GetFlashSize ( void  )

Get Flash memory size.

Note:
This bitfield indicates the size of the device Flash memory expressed in Kbytes. As an example, 0x040 corresponds to 64 Kbytes.
Return values:
FLASH_SIZE[15:0],:Flash memory size

Definition at line 285 of file stm32h7xx_ll_utils.h.

References FLASHSIZE_BASE_ADDRESS.

__STATIC_INLINE uint32_t LL_GetPackageType ( void  )

Get Package type.

Return values:
Returnedvalue can be one of the following values: (*) Packages available on some STM32H7 lines only.
Note:
For some SM32H7 lines, enabling the SYSCFG clock is mandatory. the SYSCFG clock enabling is ensured by LL_APB4_GRP1_EnableClock

Definition at line 324 of file stm32h7xx_ll_utils.h.

References LL_SYSCFG_GetPackage(), and PACKAGE_BASE_ADDRESS.

__STATIC_INLINE uint32_t LL_GetUID_Word0 ( void  )

Get Word0 of the unique device identifier (UID based on 96 bits)

Return values:
UID[31:0]

Definition at line 256 of file stm32h7xx_ll_utils.h.

References UID_BASE_ADDRESS.

__STATIC_INLINE uint32_t LL_GetUID_Word1 ( void  )

Get Word1 of the unique device identifier (UID based on 96 bits)

Return values:
UID[63:32]

Definition at line 265 of file stm32h7xx_ll_utils.h.

References UID_BASE_ADDRESS.

__STATIC_INLINE uint32_t LL_GetUID_Word2 ( void  )

Get Word2 of the unique device identifier (UID based on 96 bits)

Return values:
UID[95:64]

Definition at line 274 of file stm32h7xx_ll_utils.h.

References UID_BASE_ADDRESS.