i.MX RT1170 OSC_RC_400M, PHY_LDO, and TMPSNS base addresses

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MX RT1170 OSC_RC_400M, PHY_LDO, and TMPSNS base addresses

ソリューションへジャンプ
815件の閲覧回数
PeteHawkins
Contributor II

The RT1170 reference manual doesn't specify the base addresses for the following peripherals:

  • OSC_RC_400M
  • PHY_LDO
  • TMPSNS

In the driver source code included with MCUXpresso SDK - SDK Builder, all three have a base address of 0, which results in registers sharing the same addresses and some register bits are in conflict, so either the source code is in error or I am missing something.

Can anyone clarify this for me?

Thanks 

0 件の賞賛
返信
1 解決策
801件の閲覧回数
jay_heng
NXP Employee
NXP Employee

These IPs have AI(analog interface),  FW write the address and data of the register it will writeand then toggles the control bit defined for the individual analog component to complete the register write. So they distinguish without reference to base address.  So all the base address for these IPs should be 0x0.

元の投稿で解決策を見る

2 返答(返信)
797件の閲覧回数
PeteHawkins
Contributor II

Ah!  Got it.  Thank you.

0 件の賞賛
返信
802件の閲覧回数
jay_heng
NXP Employee
NXP Employee

These IPs have AI(analog interface),  FW write the address and data of the register it will writeand then toggles the control bit defined for the individual analog component to complete the register write. So they distinguish without reference to base address.  So all the base address for these IPs should be 0x0.