STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Chinese clones of STM32

Hello friends,I am working on STM32L151RDT6 and today I was trying to read the unique ID using the ST HAL.I have around 20 boards with the same chip and when I read the unique ID it comes out that all of them have the same ID.In addition if I start t...

STM32F7 QSPI Flash memory problem (FW_F7_V1.15.0)

I try to get the QSPI flash memory on STM32F769i-discovery running.so far it works, however I have an address shift on one byte.e.g. I can erase the first sector, write e.g. the string "test" to address 4.when I read it back, I find the string "test"...

How can I Program STM32 Flash using openOCD without it Writing 0xFF to uninitialised areas of programmed pages?

We are used the STM32L44x for our devices and I have discovered that the openOCD programming appears to be writing 0xFF to unused areas of the flash pages it programs even those parts of a page beyond the end of the programmed image. I presume this...

Is there a safe negative input-pin current ?

I am using an STM32F205RGY6 and looking at possible fault conditions in my circuit.  With the MCU powered down, is there a safe maximum negative current I could apply to PC5 ? Under fault conditions I could see -4.1mA relative to Vss (-3.3v and 796 O...

BNord by Associate
  • 627 Views
  • 2 replies
  • 0 kudos

Resolved! How to use DAC as VREF for COMP2 ?

Hi,I use a STM32L052 and I would like to use DAC as VREF for comparator 2 (PB6) but without connecting DAC1 to PA4. It is possible ?Because under STMCubeMX, when I set DAC as VREF for COMP2, it set automatically PA4 as DAC_OUT1 but in my application,...

parobin by Associate II
  • 801 Views
  • 2 replies
  • 0 kudos

RTC

Hello,What is the meaning of RTC for the STM32L431 when supplied with Vbat?Does it mean that the RTC time continues to increase when Vbat is present and VDD=0V?Table 5 of the datasheet permits to hope it ....Best regardsMich

Mich1 by Associate III
  • 475 Views
  • 1 replies
  • 0 kudos

Delay function not working in following led blinking code?

#include "stm32f0xx.h"void Delay_mS(int mTime);void TIM3_IRQHandler(void);/* Private macro *//* Private variables */int myTick=0;/* Private function prototypes *//* Private functions *//***//**=========================================================...

SGuja by Associate
  • 556 Views
  • 2 replies
  • 0 kudos

STM32F1: DMA read once with USART3 in LIN Bus project

Hi everyone:cherry_blossom:I start in learning LIN bus and I wrote a basic example contain master task and slave task in STM32f103 and communicate with one slave (stm32f429), the problem in stm32f1 MCU in that the DMA read just once! so the first fra...

Resolved! STM32F413 DMA1 peripheral restrictions?

I'm having trouble understanding this from the datasheet and reference.What peripherals are allowable targets for DMA1 memory-to-peripheral transfers?Thanks, Best Regards, DavePS: I tried to use a stream in DMA1 to write to a DMA control register, an...