Skip to main content
SBlyt.1
Visitor II
August 9, 2022
Question

I'm analyzing some code downloaded from a STM32F401 and have come across references to reserved memory addresses 0x42470000 and 0x42470E80, so my question is what do these addresses belong to please?

  • August 9, 2022
  • 1 reply
  • 713 views

..

This topic has been closed for replies.

1 reply

waclawek.jan
Super User
August 9, 2022

These are bit-banded aliases into RCC, in particular 0x42470000=0x4002'3800 bit 0 i.e. RCC_CR.HSION, and 0x42470E80 = 0x4002'3874 bit 0 i.e. RCC_CSR.LSION.

JW