Power usage issue with STM32L1 in Stop & Standby modes
Posted on July 22, 2015 at 19:08The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on July 22, 2015 at 19:08The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on July 21, 2015 at 10:45Hi all, I am working with a STM32F103 MCU. In this MCU, some pins have multiple alternate functions such as PA8 which has the following alternate functions ''USART1_CK/TIM1_CH1/MCO''. If I simply define such pin e.g. ...
Posted on July 21, 2015 at 21:19I am having some issues with the CDC Transmit Library.I have a STM32l0-discovery board, when the device is powered through the st-link usb connector. Whenever I transmit data over the Virtual Comport using CDC_Transmi...
Posted on June 28, 2015 at 22:27Hi All, We are adding support for new STM32 devices to http://visualgdb.com/- our Visual Studio plugin for embedded development, and it looks like the new STM32L4 devices don't have a HAL package available yet. Is it ...
Posted on July 22, 2015 at 14:13Hello communityI am using the Cube Framework STM32Cube_FW_L0_V1.1.0 with an ASTM32L0x processor and ARM-MDK uVision 5.15I started with the template project where target device is set to STM32L053R8: when loading the ...
Posted on July 19, 2015 at 02:10Just wanted to give a heads up to this.First of all, I am sorry if it was already referenced but I could not find anything when using the search tool.I have the V1.5.0 standard peripheral library package for F0 series...
Posted on July 21, 2015 at 08:31hi friends, I am beginner for firmware programming. I am using stm32f3 discovery kit. I tried to communicate my discovery kit to my PC its communicating but i am not able to get the correct data. Whenever i transmit a...
Posted on July 14, 2015 at 09:27 Hello, I am working on an application in which we rely heavily on the standby mode for maintaining battery life, but we're having trouble properly entering the standby mode. The CPU gets reset as it should...
Posted on March 12, 2014 at 12:05 Hi , I am trying to disable my PWM with the pin at LOW when disabled however it seems to be always at HIGH. RCC_APB1PeriphClockCmd(TIM3, ENABLE); TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;...
Posted on July 21, 2015 at 14:44Hello all,I am writing an application on a STM32F4 which reads from two sensors. I do it with two ADC3 channels with DMA. I use HAL_DRIVERSI write on a buffer several readings from three sensors by calling:HAL_ADC_Sta...