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

strange behavior when flashing in RAM

I write a program, send 0x55 via UART, and set the system timer for 1000 calls per second.the program is recorded to FLASH and works as expected.then I change the address for the firmware in the linker, instead of the flash drive I write to RAM.I cha...

Resolved! STM32G474 DMA Transfer Error and DAC underrun

Hi,I am trying to write a waveform table to the DAC peripheral using DMA and the TIM6 peripheral.TIM6 does appear to work as expected.I can also see the DMA getting triggered by means of TIM6_TRGO.But the DMA Transfer results in a Transfer Error, res...

Why is this happening to the I2S bus?

Hi guys, Finally started injected known data into the I2S bus and I am seeing indifferences on the line and was wondering if you guys can explain this to me if this is normal or not.Using the STM32H753ZIFigure 1:Sending: 0xFF FF (16 bits) DATLEN = 16...

0693W000006Em06QAC.png 0693W000006Em0kQAC.png 0693W000006Em0uQAC.png
CLeo.1 by Senior II
  • 672 Views
  • 4 replies
  • 0 kudos

Resolved! STM32L412KB ADC Oversampling - Question to right bitshift

Hello,i am using ADC with DMA. In my initialization code i did the ADC calibration procedure like that: HAL_ADCEx_Calibration_Start(&hadc1, ADC_SINGLE_ENDED); // ADC calibration VrefintCalValue = (*VREFINT_CAL_ADDR); // read out the calibratio...

ledi001 by Senior
  • 1641 Views
  • 1 replies
  • 1 kudos

File read in STM32

Hi, We are from Nagra IOT team currently working on IOT products based on STM boards.We are using SMT32L4 (B-L475E-IOT01A1).Our current requirement is putting a file in ST board - in flash preferably and read it using simple file I/O operations like ...

Asama.11 by Associate
  • 897 Views
  • 0 replies
  • 0 kudos

looking for Model Based Development Tool

Hello ​I am looking for free MBD tool for programming. ​I think Algobuilder is good. but cpu is limited and dedicated only for mems sensors. ​I found MBD tool xcos based on Scilab. and module for cubemx, codegenator.https://atoms.scilab.org/toolbo...

kdok .1 by Associate II
  • 673 Views
  • 0 replies
  • 0 kudos

Timer, DMA and ARR preload question

I need generate some pattern at GPIO outputs (in defined times i have to write some known combinations on outputs) as reaction on external trigger signal. I've let external signal to trigger timer (thru TRGI). I'am using TIM_CC event as DMA request w...

Pwm mode stm32

How can I use PWM output pulse in my program?Normally the PWM mode for instance for TIM1 will be generated on pin PA8, but I want to use the PWM signal internally in my code. How is it applicable?

AKh.1 by Associate II
  • 1716 Views
  • 7 replies
  • 0 kudos