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

SMT32F3 Differential ADC

Dear friends,I'm setting a differential ADC input for my application.The Positive voltage connects to ADC1_IN1 and the Negative connects to ADC1_IN2.When I reading the 0V, the result I get is 1583 values of ADC (It is the raw data, I did not convert ...

PNguyen by Associate
  • 631 Views
  • 2 replies
  • 0 kudos

Resolved! Detailed STM32f1xx HAL library reference

I've been driving myself crazy trying to learn STM32 programming. I've selected an STM32f103c8 to try and program. I've searched low and high, and have not found a detailed reference for the HAL libraries. Any links to such references or good tutoria...

LEfca.1 by Associate
  • 1065 Views
  • 3 replies
  • 0 kudos

Can someone help me about visual programming of STM32?

Hello, i need to find visual programming( with code blocks) like mBlock, Scratch, eBlock etc.. These programs doesn't include STM32 devices to use Arduino Firmware.How can i find program for STM32 or how can i add stm32 to mBlcok external devices? İ ...

Putting ADC data via DMA to upper 16 bit of 32 bit variable.

HiI sample analog data with the STM32F401CE ADC. 12 bit resolution. This data is stored via DMA in an array.If I use a 16 bit array, everythin works fine.I now want to shift the whole data 16 bit to the left. Therefore I switched to a 32 bit data arr...

DRums.1 by Associate II
  • 1467 Views
  • 2 replies
  • 0 kudos

Interrupt SPI Recieve DMA

Is there anyway to stop/abort a DMA in the middle of reading and pull the memory ? i'm trying to do it on my stm32h7 without any success this is an urgent issue , your help is greatly appreciated

ESale.2 by Associate II
  • 494 Views
  • 1 replies
  • 0 kudos

STM32F051 UART Tx with DMA

Hi there,I'm working on an STM32F051 with Standard Peripheral Libraries.I using the UART to communicate with a PC and actually evrything work with Interrupts.To get best perfomance, I started to implemnet DMA trasnfert.For the RX, I use the DMA in ci...

fedex03 by Associate II
  • 1348 Views
  • 4 replies
  • 0 kudos

Setting up CAN filter for STM32F446

Below is my piece of code for CAN filter. I wish to accept only frames with ID of 0x102XXXXX (hexadecimal value) where X can be any number.uint32_t filter_id = 0x10200000; uint32_t filter_mask = 0x1FF00000; sFilterConfig.FilterBank = 14; sFil...

MG.5 by Associate II
  • 1036 Views
  • 2 replies
  • 0 kudos