Skip to main content
Lloyd Blackbeard
Associate II
November 6, 2018
Question

Electronic Signature for STM32F030K6

  • November 6, 2018
  • 5 replies
  • 1838 views

I think that this serves more as information than a question.

On page 726, section 26 of RM0360, no mention is made of the memory locations and register descriptions for the unique signature. Nevertheless, stm32f0xx_ll_utils.h makes provision for accessing those 96bits.

This topic has been closed for replies.

5 replies

waclawek.jan
Super User
November 6, 2018

You mean

0690X000006CKJJQA4.png

?

ST Technical Moderator
November 7, 2018

Hello @Community member​ ,

I raised your feeback internally for correction in the coming release of the reference manual.

Thanks and Kind Regards,

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
Lloyd Blackbeard
Associate II
November 7, 2018

Thanks @Imen DAHMEN​ 

ST Technical Moderator
November 7, 2018

Hello @Community member​ ,

After checking this case, we would inform you that the Unique ID feature is not available in the STM32F030 products and no guarantee it is unique.

It's available for other line products as STM32F0x1/STM32F0x2/STM32F0x8, that's why is mentioned in the stm32f0xx_ll_utils.h

Kind Regards,

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
waclawek.jan
Super User
November 7, 2018

Hi​ @Imen DAHMEN​ ,

Thanks for the information.

Even if it's a "negative" information, could this please still be added to RM0360? The reason is, that it's a somewhat surprising difference against other STM32, so readers of the RM0360 should be notified about it.

Thanks,

Jan

PS. It should also be reflected in the CMSIS-mandated device headers stm32f030xX.h (and for 'F070 too), by removing the UID_BASE symbol.