Hello,
running MCUXpresso IDE 25.06 with SDK 25.06 for LPC5536. I use Config Tools to to configure hardware interfaces of a new project created with "new project wizard".
I start with Clocks Tool to configure the CPU clock to 100 MHz.
Next I use Peripherals Tool to configure Flexcom0 as USART (CMSIS universal drivers). When I add this interface, the configuration page correctly indicates an error: "clock source is not configured". It also give me a quick hint with the possibility to enable FXCOM0 clock:

I select "Enable FXCOM0 clock" and then the error indicator disappears.
I click on "update code". This closes the Peripherals window and returns me to the Develop view.
Now I open Clocks Tool in order to change the clock routing for FXCOM0 clock.
You can see that "FXCOMCLK0" clock is enabled:

There, I change FCCCLKSEL0 from "main_clk" to "system_pll_divided_clock. This disables FXCOMCLK0.

After clicking "update code", I open Peripherals Tool again.
There, I'm greeted with the same error indicator as before, i.e., asserting (correctly) that Flexcom0 clock is not configured.
Again, I now use the "quick fix" from before to make the Peripherals tool enable the clock for me.
I open Clocks Tool and find that some components along the clock route are now enabeld that were disabled before:

As before, I don't want to use the clock route to "main_clk" but instead to "pll_clk_div".
When switching to "pll_clk_div", FXCOMCLK0 gets disabled again. Arrrgghh.
I stop this ping pong game here. This is obviously not an efficient workflow to route a clock to an hardware interface. It takes too many hoops, switching back and forth between different Config Tools.
So I route the clock starting at the oscillator. This works until I hit PLLDIV.

This element is disabled and I have no idea how to enable it. I try double clicking it, the name, the divider, the "inactive" text but to no avail.
I finally right clicked the element and selected "Edit the setting of: PLLDIV". There, I try to enter a "PLLDIV Frequency" but I'm only greeted with an error window popping up claming that the element is disabled. Desperate, I clicked on "Halt the divider counter" and selected "enable the divider counter".
Can you believe it, this enabled the route. 🤷
The Clocks Tool is really inconvenient and not intuitive in this regard. It should provide a "quick fix" to enable any component easily. This would be helpful.