Posted on September 14, 2017 at 15:19I am using stm32l152vE 32bit microcontroller. in this i want to configure two opamps as adc inputs to AN0 and AN11 .Please tell me how to configure these as opamp configuration?.opamp output follows as input to ...
Posted on August 07, 2017 at 15:08Hit I am Using STM32L0 Discovery board, i want to switching the clock configuration from HSI to MSI and Vice vesa in my application . For LowPower run Mode ,i need MSI clock .During Startup ,Sleep Mode ,and afte...
Posted on August 08, 2017 at 07:19Thanks for your reply . pLEASE find my sysclock_config() below RCC_OscInitTypeDef RCC_OscInitStruct; RCC_ClkInitTypeDef RCC_ClkInitStruct; __HAL_RCC_PWR_CLK_ENABLE(); __HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_V...