• how can i change clock frequncy in lpc1549
    hello i want to change the clock frequency setting in lpc1549 ? i use Keil.LPC1500_DFP.1.2.1.pack
  • How to measure the frequncy using Timer/counter
    hi friends, I am using the AT91SAM7SE512, i want to measure the external frequency(1KHz) using the Timer/counter. I have connected this frequncy to the PIO pin, The code is if ( (AT91F_PIO_GetInput...
  • Help with PWM Input on MCBSTM32
    I have a MCBSTM32 board and I want to measure a frequency of an external signal applied on an input pin of the board. I read on the internet and on the ST official site about this but I can't resolve...
  • 32 bit PWM input
    I am trying to get timers 1 and 2 to behave as a single 32 bit timer, I appreciate that this is not a Keil direct issue, but I use the STM32_Init.c configuration wizard as I am new to Arm, and it simplifies...
  • Low Power Mode in STM32L152
    Hi, I am using the below function to enter low power mode in STM32L152, but yet the current consumption of MCU is about 4 mA. is there other configurations? RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR...