STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32L0 STOP and STANDBY mode.

I have some questions. I read that STOP mode has a "RAM retention", so when it wakes up it the whole data is still intact (not cleared).When the RAM retention is off then the data is gone when it goes to STOP mode. So when it Wakes up does it restart...

Xenon02 by Senior
  • 849 Views
  • 13 replies
  • 4 kudos

STM32H7B0 How to get input frequency of timer 3

Dear,Used MCU: STM32H7B0, 100 pins.In the datasheets we had found that TIM3 use the APB1 peripheral clock.In our case is this 120MHz. But when we use the function "HAL_RCC_GetPCLK1Freq()" we become 60MHz.This isn't correct. So what function should we...

OGhis_0-1730552934505.png
OGhis by Senior
  • 224 Views
  • 4 replies
  • 1 kudos

Resolved! STM32H7B0 ADC 2 incorrect sample rate.

Dear,Using STM32H0B0, 100 pins version.we wish to sample 1 input with ADC2 at a fixed frequency. This must not deviate and for this we use timer 3 set to the desired sample rate.In the pictures we use 100Khz, but later to go to 1Msps.So the timer 3 i...

OGhis_3-1730578411629.png OGhis_0-1730577254510.png OGhis_1-1730577267859.png OGhis_2-1730577285068.png
OGhis by Senior
  • 215 Views
  • 1 replies
  • 0 kudos

STM32 SPI master and slave issue

Hello everyone.I am working on a project and I have two stm32 MCU connected over SPI interface. One acting as a master (STM32H743VIT6) and the second acting as a slave (STM32C011U6) in full duplex.When sending data between the two devices the receive...

sousa_1-1730544656409.png
sousa by Associate II
  • 345 Views
  • 5 replies
  • 0 kudos

Unexpected timing with nops

Hi,I am confused with pin toggle timings, why I am getting non equal pulse widths like in the picture, I turn off all compiler optimizations and disable all of the interrupts, code is simple pin toggling. My controller is STM32L431 running on 80MHz.T...

pic2.png
tompa by Associate III
  • 791 Views
  • 14 replies
  • 8 kudos

Resolved! High AD noise on STM32F103 (bluepill)

This is on STM32F103C8 (bluepill)The A0 is connected to a voltage divider between bluepill's 3v3 and GND,And the output is very noisy. adding a delay did't do not much good```void setup(){Serial.begin(9600);// Enable ADC1 and configure itRCC->APB2ENR...

pilot by Associate II
  • 306 Views
  • 2 replies
  • 1 kudos

stm32h755 Nucleo M7 debug problem

I am Juan de Jesus, I am a graduate student in engineering. I just bought a NUCLEO STM32H755 board.I am writing a simple code to test this board, an algorithm that makes LED 1 blink.The program compiles very well, and after this, I have made the conf...

Set RTC without resetting HW timer server?

My STM32WB5MMG application interfaces with a GPS receiver. Ideally, what I would like to do is to update the RTC date/time every time I get a timepulse signal from the GPS, so that the RTC date/time is always as close as possible to GPS time. However...

crwper by Senior
  • 140 Views
  • 0 replies
  • 0 kudos

SDIO Bit Start Error with STM32F407VGT6 and STM32CubeMX

Posted on January 11, 2015 at 20:46I'm having problems with communication through SDIO. In the initialization process, where are only sent commands, everything works, but the function HAL_SD_SendSDStatus is returning SD_START_BIT_ERR. Informations a...

silas by Associate II
  • 546 Views
  • 2 replies
  • 0 kudos

Error stm32G030 not specified in the errata file.

When using RTC, the GPIO pin state of PA4 may be corrupted. RM0454, section 23.3.3 says: "In addition, it is possible to output RTC_OUT2 on PA4 pin thanks to OUT2EN bit. Thisoutput is not available in VBAT mode. The different functions are mapped on ...

PBobo.1 by Associate II
  • 1135 Views
  • 11 replies
  • 1 kudos