STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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?

JLand.15 by Associate
  • 553 Views
  • 5 replies
  • 0 kudos

I am trying to interface TM12864H6CCGWA-1 via SPI on nucleo-L073RZ .I am unable to print anything on display. I have checked all connections , all pins are connected correctly but Its not working. Please help me.

/* 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...

swald.18 by Associate
  • 368 Views
  • 0 replies
  • 0 kudos

Measuring LIPO battery voltage on ADC pin.

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...

HRawa by Associate II
  • 2238 Views
  • 8 replies
  • 1 kudos

STM32L1 cant enter lowpower sleep

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 ...

STM32F0 SPI TxFIFO Flush

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...

stm32f401 footprints/pinout are they all identical?

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...

Raider E by Associate III
  • 551 Views
  • 1 replies
  • 0 kudos