Hi Joachim,
I have test POWER_SetVoltageForFreq with frequency 96000000Hz. the FLASHCFG[FLASHTIM] is changed , it works.
I think you didn't add this code:
POWER_SetVoltageForFreq(
96000000U); /*!< Set voltage for the one of the fastest clock outputs: System clock output */
CLOCK_SetFLASHAccessCyclesForFreq(96000000U); /*!< Set FLASH wait states for core */
I also use the SDK code, the project:SDK_2.3.0_LPCXpresso54608\boards\lpcxpresso54608\driver_examples\fmeas\mdk
Then do this modification:

Then test the 96M function.


I think you didn't add CLOCK_SetFLASHAccessCyclesForFreq(96000000U);///*!< Set FLASH wait states for core */
Please follow my step, then try it again.
If you still have questions about it, please kindly let me know
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------