STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

flash access through ART or not

Hello,I was looking to the docs about flash/ART accelerator, and it was saying access through ART is only if done through ITCM not through AXI, and ITCM access is through 0020 0000. The (default project) linker description (of STM32CubeIDE) only has ...

mete by Senior II
  • 520 Views
  • 2 replies
  • 0 kudos

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
  • 507 Views
  • 4 replies
  • 0 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
  • 682 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
  • 498 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...