• P89LPC932 Clock Speed
    Hi I need to reduce the clock speed on the P89LPC932. I am using the internal clock oscillator as the clock source. Right now it is configured to run at about 7MHz but I need to reduce it to about 2MHz...
  • LPC932 Clock Speed
    Hi, is there any way to reduce the internal clock speed to reduce power comsumption. Right now I have it set up for 7.373MHz, but I would like to reduce the speed...say below 4MHz...where can I find info...
  • Clock speed ATSAM3U4C
    Hello, I'm new to the ARM-world and want to program an ATSAM3U4C. My problem is to adjust the correct clockspeeds because the data sheet is really complicated. Is there anyone who could tell me...
  • Clock speed of ARM ADUC7026?
    Hi, i am having problems with the clock of the ARM 7026. I configure the PLLCON and POWCON like this: POWKEY1=0x01; POWCON=0x00; POWKEY2=0xF4; PLLKEY1=0xAA; PLLCON=0x00; PLLKEY2=0x55; but...
  • CMSIS-USART driver clock speed
    Hi, I have a project where I need to interface with a device through a serial port at 2,250,000 baud but the CMSIS usart drive won't let me as it has too large an error. Does anyone have any ideas...