STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H747 SDRAM with FMC - Offset in Address

I have designed a custom board using STM32H747 with external SDRAM (IS42S32800J) via FMC, copying a lot of the design from the STM32H747I-DISCO eval board. I am currently bringing up the board and testing each component before I implement a TouchGFX ...

IrisDM_0-1729586873962.png
Iris-DM by Associate III
  • 347 Views
  • 1 replies
  • 1 kudos

Flash via I2C bootloader problem for STM32G0B1CEU6

Hello,I encountered a problem with the internal Bootloader of the STM32G0B1CEU6 MCU.ConditionsFirst, the option bytes are set with an STLINK-V3 programming adapter (SWD interface) and CubeProgrammer (2.15.0) according to Pattern 11 of AN2606:nBoot_SE...

abasty by Associate
  • 298 Views
  • 1 replies
  • 0 kudos

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
  • 270 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
  • 571 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
  • 1328 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...