timestamp generator register location on stm32L433CC (PSELCTRL CNTCR)
I am trying to find the location of the register where the timestamp generator can be enabled on a STM32L433CC chip.
In the CoreSight SoC Technical Reference Manual on page 3-210 it is mentioned that the register (CNTCR) is in the PSELCTRL region (see image). However, I am not able to find the base memory address of this PSELCTRL region.
Can I find this address somewhere the ROM table that indicates the implemented debug components?
Or is it defined in some datasheet or technical reference manual?

Thank you for any help.