Hi George,
About all the reset source, you can find it from the reference manual, Chapter 13 Reset Control Module (RCM).
From the register RCM_SRS0, RCM_SRS1, you can find it includes: POR reset, external reset, watchdog reset, Loss-of-LOCK reset, Loss-of clock reset, LVD reset, LLWR reset,Stop Mode Acknowledge Error Reset,EzPort Reset,Software,MDM-AP System Reset Request,Core Lockup,JTAG Generated Reset.
If you just want to reset your external component, I suggest you use the GPIO to reset it, with the RCM_SRS0, SRS1, when the POR reset happens, do the external component reset, all other reset don't give the reset signal to the external component, besides, add the pullup reset in the according GPIO pin.
Wish it helps you!
Have a great day,
Jingjing
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------