cancel
Showing results for 
Search instead for 
Did you mean: 

STM32G030,Engineering bytes in RM0454 Rev 4,P43,How to use it?

lyiku.1
Associate
 
1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

You read it like any other memory location. Only certain places within this region are specified.

0693W00000FDFKrQAP.png 

uint32_t PKG = *((uint32_t *) (0x1FFF7500UL)) & 0xF;

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

1 REPLY 1
TDK
Guru

You read it like any other memory location. Only certain places within this region are specified.

0693W00000FDFKrQAP.png 

uint32_t PKG = *((uint32_t *) (0x1FFF7500UL)) & 0xF;

If you feel a post has answered your question, please click "Accept as Solution".