What is address offset?
I am Japanese. Because there is little information on Japanese STM 32, please let me ask a simple question here.
What is address offset? According to RM 0364 Reference manual ''STM 32 F 334 x x advanced ARM®-based 32-bit MCUs'', the address offset of TIM1 prescaler is 0x28.

What is address offset? My question is what is the address of TIM 1?


Boundary address of TIM1 is 0x40012C00-0x40012FFF. So address of TIM1 prescaler is 0x40012C00+0x28=0x40012C28?
I want hints.
Best Regards,
Ken Inoue.