• 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...
  • 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...
  • 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.
  • 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...
  • 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...