• 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...
  • Scatter load question (STM32L152)
    I'm trying to place a variable in EEPROM such that the address of the variable shows up at the EEPROM's address but the linker does not try to initialize the var. The idea is that when code reads the...
  • internal regulator for ADC of stm32l152
    Hi Can we use internal regulator for ref voltage of ADC of STM32L152? if you have experienced it please tel me how to do?
  • Peripheral Simulation of about STM32F103C8
    I am using the MDK 5.10 and the chip STM32F103C8 .In the page http://www.keil.com/dd/chip/4235.htm , i find Simulated Features part . i find some items are clickable and somes are not .The clickable...
  • about PIN configuration in LPC1768
    Hi, I have started to program with lpc1768. In an example code in keil. I see that in this function it defines the pin P0.25 both GPIO and AD0.2, is it possible? Also I cant figure out how does this...