Hi,
I am using the MCUXpresso IDE to program a LPC4088 controller. In part of my code I want to initialize the USB host and trying to enable the USB host, OTG clock and AHB master clock. So, I use this instruction
LPC_USB->OTGClkCtrl = 0x00000019.
After that, when I check LPC_USB->OTGClkSt, its binary value is 10000, which shows the device host clock and OTG clock are not available! Can you please help me to find what is wrong?