• lpc1768 ethernet not working without debugger attach to it
    hi i have lpc1768 with DP83848CVV as phy. when im in debug mode its work fine but when im reseting my board without debug attach to it it does not work. everything work but Ethernet. same issue here...
  • lpc1768 ethernet not working without debugger attach to it
    hi i have lpc1768 with DP83848CVV as phy. when im in debug mode its work fine but when im reseting my board without debug attach to it it does not work. everything work but Ethernet. same issue here...
  • Changing system clock and derived peripherals without reset
    We are using stm32f10x chip in our device. For reducing power consumption we intend to change system clock frequency when it is possible without reset. We can't put system into stop mode (sleep) because...
  • Changing system clock and derived peripherals without reset
    We are using stm32f10x chip in our device. For reducing power consumption we intend to change system clock frequency when it is possible without reset. We can't put system into stop mode (sleep) because...
  • 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...