Crate stm32_device_signature

Source
Expand description

This crate provides a way to access Device electronic signature items on STM32 microcontrollers.

You need to pass one of the features in order to use this crate:

  • stm32f0
  • stm32f1
  • stm32f2
  • stm32f3
  • stm32f4
  • stm32f72x
  • stm32f73x
  • stm32f76x
  • stm32f77x
  • stm32g0
  • stm32h72x
  • stm32h73x
  • stm32h74x
  • stm32h75x
  • stm32h7ax
  • stm32h7bx
  • stm32l0
  • stm32l4
  • stm32wb5x

Functionsยง

device_id
Returns a 12-byte unique device ID
device_id_hex
Returns a string with a hex-encoded unique device ID
flash_size_kb
Returns the Flash memory size of the device in Kbytes