• SPI output Clock - Less than expected
    Dear Friends, I have a quick question regarding SPI Clock rate on LPC2129. I am using in 10Mhz input to the controller, cclk is 60Mhz, and Pclk at 30Mhz. Multiplier at 5, and Divider 2. ...
  • SPI output Clock - Less than expected
    Dear Friends, I have a quick question regarding SPI Clock rate on LPC2129. I am using in 10Mhz input to the controller, cclk is 60Mhz, and Pclk at 30Mhz. Multiplier at 5, and Divider 2. ...
  • pll and clock setup issue on mcbstm32c
    hey,, >>i want to use usart-2 peripheral on MCBSTM32C and i realised the baud rate set was incorrect, (inspite of right calculations) which was because of the incorrect plck-1 (=112.5Mhz, which should...
  • pll and clock setup issue on mcbstm32c
    hey,, >>i want to use usart-2 peripheral on MCBSTM32C and i realised the baud rate set was incorrect, (inspite of right calculations) which was because of the incorrect plck-1 (=112.5Mhz, which should...
  • how to setup the LPC1768 clock rate to maximum?
    this is what i wrote: LPC_SC->SCS=0x30; //enable main oscillator and its range LPC_SC->PLL0CON=0;//disable pll & disconnect it LPC_SC->PLL0FEED=0xaa; LPC_SC->PLL0FEED=0x55; while...