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

What's the macro for NUCLEO-G474RE?

I tried this tutorial - https://www.carminenoviello.com/2015/06/04/stm32-applications-eclipse-gcc-stcube/ - Build STM32 applications with Eclipse, GCC and STM32Cube. In the last,it was said:we have to declare which MCU we are using defining a global ...

MQi.1 by Senior II
  • 600 Views
  • 1 replies
  • 0 kudos

Resolved! Encoder Mode Counter value is missing in every revolution?

Hi, I am using STM32F407 for my PMSM vector control project. And i need to determine the current position of motor for vector control. So I use TIM3 Encoder MODE (x4) and ı have 360 PPR (pulse per revolution) encoder. I set the ARR value 1439 (4*36...

UART RX

Hi there!Here i'm with another question about UART. I know i have a tree mode for receive data from uart 1) Polling 2) Interrupt3) DMAi know the difference , but i'm soo confiuse about :Example : I work with interrupt where i put this declaration HA...

SGian.1 by Senior
  • 821 Views
  • 6 replies
  • 0 kudos

Internal Flash (STM32F042G6)

*How to save varibales or array of data in Internal memory on STM32F042G6*Can i get some example to understand this thing more clear.Thanks in advance.

Ss.61 by Associate III
  • 585 Views
  • 3 replies
  • 0 kudos

STM32H7 SPI low speed stabilization problem

I am communicating Nucleo H743 with several PN532s using SPI. I edited waveshare's stm32 codes, I didn't use DMA or interrupt. I am trying to reduce the SPI speed so that the reader can work when I extend the cable length. Since I could choose the SP...

K.I.S.S. STM32L0xx persistent storage / non-volatile memory

I need a to read and write a simple 16 bit user configuration value that's stored in non-volatile memory. The STM32L0xx is famously short on memory and as such bringing the entire HAL in is out of the question. It swells up the code space well beyond...

JMath.2 by Associate II
  • 939 Views
  • 3 replies
  • 0 kudos

adc dma reading

I am using 6 channels adc with 46uSec sample rate. the reading is pretty good with dma. and I use TIMER trigger adc reading and get data from dma call back function. but every time I only get one sample for each channels, it is possible to set multip...

yang hong by Associate III
  • 545 Views
  • 2 replies
  • 0 kudos