Setting System registers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-11 9:54 AM
I am using STM32MP157C and as part of the project i am trying to configure the hardware by enabling and disabling certain security features(tamper detection,trust zones,rd and wr protection etc)
I would like to know if there is a way to access the system registers for these features and write to them using the A7 in the Stm32.
- Labels:
-
STM32MP15 Lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-12 11:16 PM
You may look at busybox devmem tool which is a nice wrapper to /dev/mem access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-13 12:12 AM
can i use to write to registers for enabling tamper detection, trust zone features, read write protection registers??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-16 10:55 PM
i used devmem2 command to access PWR,RCC registers i was able to read from the addresses but cannot write to them are these registers write protected by default?? is there a way to change this??
