Hello,
I've a LPC4337 on my board,
(My development's tool is the MDK from KEIL-ARM and I already opened a case on the ARM support, but without answer for the moment).
I compile my program with the -Ofast optimization.
I have the following problem : sometimes, in the SetClock() function in the system_LPC43xx.c file, the program stopped on the following line : while (!(LPC_CGU->PLL0USB_STAT & 1));
=> it means that the PLL is never locked
But, if i compile my program with no optimization (-O0), I don't have this problem anymore.
Any ideas ?
Regards,
Jean-Marc Rouxel