• How to set the clock frequency?
    So there is no option in the compiler to set the clock frequency of the processor....How will that be handled? Do i need to edit the Makefile?
  • LPC11C14 clock frequency problem
    I am using LPC11C14 board with 12Mhz crystal. Most of ASM instructions are 1 cycle, with entering C function takes 3 cycles and exiting takes 3 cycles. __asm void test () { //3 cycles MOVS R1, #1...
  • Ulink2 SW Clock Frequency
    I'm using Keil Debugger SW adapter and wanting to run this at 10MHz clock rate. I set the Max Clock in the target debug setup to 10MHz, but when I run the debug session and monitor the SWCLK frequency...
  • Dual tone multi frequency
    hi please suggest me a good dtmf chip compatible with 89c51. thanks in advance
  • Adjust Duty Cycle and Frequency with Timmer
    Hi, my question is I would like to create pulse using timmer. The period of duty cycle and period using timmer only. I am using arm assembly. My sample code is. This code generates a pulse with a %50...