• 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...
  • 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...
  • simulator clock frequency
    Hi. How can I change clock frequency in simulator in uVision3 (processor ARM7 STR710FZ2T6)? I tried change Xtal in Options for Target, but execution time in simulator didn't change. Can anybody help me...
  • simulator clock frequency
    Hi. How can I change clock frequency in simulator in uVision3 (processor ARM7 STR710FZ2T6)? I tried change Xtal in Options for Target, but execution time in simulator didn't change. Can anybody help me...
  • Determining external clock frequency
    Hi, Is it possible to determine the external clock frequency dynamicaly in my firmware even though the clock crystal on board is changed.