Content originally posted in LPCWare by raimond on Sun Jun 20 05:55:52 MST 2010
Quote: domen
Wait... am I reading this right?
To switch USB clock to main pll, you HAVE to have USB PLL running? How nice :P
Well, if you want to switch from thing1 to thing2... you are supposed to have thing1 in the first place ...:)
I don't know about LPC13xx USB, I only use LPC17xx USB. I indeed use main PLL for the USB clock too, I set the main PLL at 96MHz, div2 = 48MHz sharp for the USB (I have an external 12MHz crystal). So, for a 4MHz less (than 100) I saved a PLL running.
I think that another thing is funny: the bootrom use the main PLL for the USB for the compatibility with the chips without usb...:D So, have you usb or not, the bootloaders are compatible... maybe for the serial part, but if you want usb, that's another thing, so, using the usb cannot be compatible to not using usb... So, my thought is that they could be used any PLL they like for the USB thing...:cool: