I am designing a system with a TM4C1294KCPDT, which will utilize separate VDD and VDDA rails, as shown below. Please note: I am aware that a buck converter would be a more efficient means to supply VDD, but I prefer the linear regulator because my project is more constrained by cost and complexity than by efficiency. The reason I want a separate VDDA rail is that I want to use the onboard ADCs to make some measurements with precision of 0.25% or better.
The requirements for sequencing VDD and VDDA are not clear to me, as the System Design Guidelines and Datasheet give conflicting requirements:
Datasheet, pg. 1818: "To ensure proper operation, VDDA must be powered up before VDD if sourced from different supplies, or connected to the same supply as VDD. There is not a restriction on order for powering off."
Design Guide, pg 21: "If the VDD and VDDA pins are split, the designer must ensure that VDDA power is applied before or simultaneously with VDD and that VDDA is removed after or simultaneously with VDD."
The datasheet suggests that power-up sequencing will be required in my case, while the design guide says that simultaneous power-up would be acceptable. The two documents also disagree about power-down sequencing. Can someone please clarify for me which document is correct?
Additionally, I would like to know what the quantitative requirements for power-up sequencing are. If I apply the battery voltage to both regulators simultaneously, I may not get simultaneous turn-on at VDD and VDDA due to differences in the current output and the bulk capacitance being driven by each regulator. Both supply rails will rise together, but at different rates. What are the voltage and time relationships that need to be met? The simple qualitative descriptions in the official documentation leave me wondering if a simple soft-start for VDD is sufficient, or if I really need to pick a VDD regulator with an enable input, and force the enable low until the VDDA has 100% completed it's turn-on transient.