STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 513 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
  • 370 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...

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