STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Resolved! STM32 Nucleo Continuous ADC mode only converts once

Hello Forum,I have an issue performing continuous conversions with the ADC on my STM Nucleo board. I want to continuously convert once the ADC is initialized and started and do something with the data afterwards (what is irrelevant to the problem). H...

Resolved! Unable to read stepsize of DAC

I have configured DAC in nucleol496zg board using an internal voltage reference of scale around 2.048V , it is 12 bit DAC so step size would be around 0.5mv but when i write HAL_DAC_Start(&hdac1,DAC_CHANNEL_1); HAL_DAC_SetValue(&hdac1, DAC_CHANNEL...

akash07 by Associate II
  • 193 Views
  • 1 replies
  • 0 kudos

Inverted DAC output

Posted on May 30, 2014 at 17:16Any ideas what would cause a STM32F4 Discovery board to suddenly invert the DAC output, such that 0 gives 3V and 4095 gives 0V? This does not seem to be a programming issue as the identical program worked fine prior (a...

bridges by Associate II
  • 471 Views
  • 2 replies
  • 0 kudos

STM32H573 I2S audio clock problem

Hi, I'm trying to set the following parameters for I2S in Device Configuration Tool (STM32CubeIDE v1.14.0): - Master Clock Output enable - audio frequency: 48kHz - Data and Frame Format: 16 bits I want to connect an external 12.288 MHz clock to the A...

Wojtek2 by Associate
  • 1123 Views
  • 4 replies
  • 0 kudos

Resolved! Questions about saving data to flash

I am working with an STM32D103C8T6 and I want to store some data on the flash memory.I have some idea on how to do It but not sure about some details.My procedure is the following:1- Add a new section in linker at a defined address near the end.I und...

STM32U5A9 GPDMA unusable data with MDF

Hi, I'm trying to use AMC1336 Delta-Sigma Modulator with STM32U5A9 MDF. I have tried using polling and interrupts for data acquisition and got expected results. But when I tried switching to GPDMA the data jumped around and is not usable. I took 100 ...

IT_dc.PNG DMA_dc.PNG GPDMA_config.PNG MDF_config.PNG

Resolved! Design of PCB with SDIO and USB (STM32F411CEU6)

 Here's a corrected version of your text:Hi!I would like to ask the community if my design of the SDIO and USB bus looks fine. Previously, I was using a dev board (BlackPill STM32) to write data to an SD card, but I encountered some issues during the...

image_2024-09-19_234840770.png