The RT1170 reference manual doesn't specify the base addresses for the following peripherals:
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
Solved! Go to Solution.
These IPs have AI(analog interface), FW write the address and data of the register it will write,and 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.
Ah! Got it. Thank you.
These IPs have AI(analog interface), FW write the address and data of the register it will write,and 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.