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

Resolved! STM32F373 SDADC Analog input range

Hi, I have 50Hz sinewave with 660mVp-pk, should i connect this to SDADC analog input? It can measure negative cycle of the sinewave? i.e. If i configure SDADC as single ended zero reference mode then it can measure negative cycle of the sinewave?Na...

16 Bit SDADC is only giving 15 Bit value

I am running both SDADCs on a STM32373C-EVAL evaluation board. One of them is giving me the correct values from 0-65.535 but the second one is giving me 0-32.767 on the same voltage.I have configured them using the Cube IDE and Hal. They are set up e...

RKage.3 by Associate
  • 797 Views
  • 1 replies
  • 0 kudos

Resolved! Fully compatible migration from STM32F745VG to STM32F765VI ?

Hello,For a project I am running code on STM32F745VG. I would like to migrate and replace this MCU with a STM32F765VI with more Flash memory (2MB instead of 1MB). I saw that these two MCUs are pin to pin compatible, but do I need to modify my hardwar...

VPerr.1 by Associate
  • 1341 Views
  • 3 replies
  • 0 kudos

Few questions about STM32 microcontrollers

Hello, I have a few questions about STM32 microcontrollers: I want to create a personalized card and use CAN, RS485, I / O, ... to connect several devicesI need an HMI to control the controller (touchgfx? Or Visual studio?)I want a clear program (mai...

KMiko.1 by Associate III
  • 3304 Views
  • 14 replies
  • 1 kudos

Wake up Pin from standby mode

I am using wake up PIN1 (PA0) to wake the STM32F746 from standby mode. I have PA0 connected to a push button with a pull down resistor. When first powered up the MCU goes into standby mode and stays in it until I press the button connected to PA0. T...

Nano second Precision using a hardware timer on STM32L4S5ZI

Hi,I am working with STM32L4S5ZI MCU and I have a custom board with the same.I am evaluating the hardware timer and as part of my project I need time in nano seconds for some time constrained work. Right now I am using Timer3 and below is my sample c...

SJant.1 by Associate III
  • 4212 Views
  • 17 replies
  • 0 kudos

Resolved! how to jump out of while()?

hey thereI have the code belowuint32_t startTime = HAL_GetTick(); while (HAL_GetTick() - startTime < 5000) { for (int i = 0; i < 3; i++) { if (strstr(InputMSG, answerSearch[i])) { resault = 1; break; } } }wh...

Ala by Senior
  • 852 Views
  • 2 replies
  • 0 kudos