cancel
Showing results for 
Search instead for 
Did you mean: 

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?

SBlyt.1
Associate
 
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1

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