STM32G030,Engineering bytes in RM0454 Rev 4,P43,How to use it?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-20 11:55 PM
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-21 12:27 AM
You read it like any other memory location. Only certain places within this region are specified.
uint32_t PKG = *((uint32_t *) (0x1FFF7500UL)) & 0xF;
If you feel a post has answered your question, please click "Accept as Solution".
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-21 12:27 AM
You read it like any other memory location. Only certain places within this region are specified.
uint32_t PKG = *((uint32_t *) (0x1FFF7500UL)) & 0xF;
If you feel a post has answered your question, please click "Accept as Solution".