Timer during StopMode
Is it possible to set start a timer (e.g in a function), then enable the StopMode in the whileloop, and when the timer has expired wake up agian?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Is it possible to set start a timer (e.g in a function), then enable the StopMode in the whileloop, and when the timer has expired wake up agian?
/* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32l0xx_hal.h" /* USER CODE BEGIN Includes */ /*LCD RST */ # define LCD_RST1 HAL_GPIO_WritePin(GPIOC, GPIO_PIN_0, GPIO_PIN_SET); # define...
Hello,Here i am new to battery voltage monitoring using ADC for STM32F030.i have some query related to battery monitoring with ADC pin.1) as mention in datasheet external input impedance(Rain) is 50k, how can i achieve matching impedance using volt...
What can be the range of output voltage i can set at output of voltage divider.External impedance mention in datasheet is 50kohm. How can i match same impedance at the input of ADC pin while using voltage divider?There are various values of RAIN ment...
Dear all,I am using STM32F103RBT6. I am wondering if I can leave folating the Pin for OSC32_IN/OUT because I didn't need them for my application.I want also know, how can I do the shield of the MCU STM32?Best regardsHafedh
Posted on July 26, 2017 at 17:59 Hello everybody. I simply can not figure out the settings needed for lowpower sleep. I am aware of fact, that i need to enter lowpower run first. My setup: - MSI 1048KHz - PWR Reg Voltage Scale Scale 2 ...
Posted on November 10, 2017 at 20:05Hi,i've found simple problem with Tx FIFO in SPI in slave mode. Take a model situation from reference manual (STM32F031) 'Figure 281. Slave full-duplex communication'. Imagine situation when master stops communica...
Please suggest code and setup to test all low power modes supported by the STM32L4 controller series and Nucleo-4R5ZI development kit
Hi All,I downloaded the stm32f4 footprints library for altium and could not find a footprint for STM32F401RET6 (LQFP64), but in the library I can only find STM32F401XB and STM32F401XC footprints. However these chips only provides 256 kb of flash memo...