Hi, I ran into an issue with the generated code from Config Tools / MCUxpresso for the LPC553x system.
The clock tools don't understand the dependency of the power management controller (PMC) on the FRO1M or FRO12M clock. The clocks tool can be configured to disable the FRO12M clock source (I had no use for it in my design) and it will happily cut power to the module without switching it to the FRO1M clock source. After this, all PMC register values will be reported as 0x0 and my debugger session will go unresponsive.
A warning (at least) should probably be generated if both FRO1M and FRO12M clocks are disabled.
My temporary solution is to leave this otherwise unused clock enabled.