• Interfacing Graphical LCD ks0108 with LPC2148
    Hello guys.. I need to ask that what should be the connections at pin no. 1, 3, 18 in JHD12864E graphical lcd?????????????? I have already tried 1) 0v at pin 1, and no connection at pin 18...
  • Clock Frequency problem...?
    Hi, I want to read data from hm-trlr-s series 100 mW LoRa Transceiver using nucleo-L011k4 which is a platform using a STM32L011K4T6 microcontroller. . The Transceiver communicates with the MCU through...
  • 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.
  • 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...