STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FMC SRAM read data sampling time

Hi,I am working with STM32H753 and I am developing baremetal application using FMC. The FMC is interfaced with an external asynchronous memory, address and data signals are not muxed and there is no need for NWAIT, NADV nor CLK signals.On the FMC sid...

Pull-up required on NRST line?

Hello everybody,I am quite new from working with STM32 products but recently made the switch from Atmel chips (thanks to the free handout of Nucleo boards at the Eurobot competition I guess :) ). I recently designed a fairly simple board, centered ar...

Capture d’écran de 2023-07-02 21-17-59.png
felixzero by Associate II
  • 12114 Views
  • 11 replies
  • 3 kudos

Resolved! STM32L432KC basic DSP loop. Any way to improve this?

I am using Nucleo STM32 L432KC board with STM32CubeIDE v1.12.1 and doing very basic DSP operations with data values read via ADC through DMA into a circular buffer. It works, but the math is slower than expected.Below is an example loop in my code. A...

JBeal.1 by Associate II
  • 987 Views
  • 3 replies
  • 4 kudos

STM32CUBE IDE STM32L152VBTx and WakeupCallback -- None?

Hello,I am moving code from one MCU to this old STM32L152 in where the UART is configured as Multiprocessor Mode.I am using STM32 CubeIDEI get compile error..   It looks to me like there is no WakeupCallback at all. HAL_UARTEx_WakeupCallbackHAL_UART_...

Eddiie by Associate II
  • 850 Views
  • 4 replies
  • 0 kudos

STM32U5A5: OCTOSPI and 1.08V GPIOs

In datasheet for STM32U5Axx is mentioned:a) "up to 14 I/Os with independent supply down to 1.08 V" - cool, great feature I needb) OCTOSPIM: "efficient OCTOSPI pin assignment with a full I/O matrix (before alternate function map)"What does it mean?Cou...

Resolved! Use ADC with DMA, then DMA to SDIO/MMC?

Hi all,I am using a STM32H723ZG Nucleo-144 board. Here I have attached a micro-SD card module. I am sampling from one of the ADCs with 8.33 Msps at 8-bit resolution. I am able to transfer the data to RAM using DMA without any loss. However, I wonder ...

elso by Associate III
  • 864 Views
  • 2 replies
  • 2 kudos

CEC HDMI hanshaking example and bug in MX report

First bug, i start testing CEC on F051DISCO . Open MX create config for KEIL v5 and generate code.After build and load i spent some hours to locate why code dont receive and hangs. Elaborate bad generated startus assembler file where is IRQ named CEC...

MM..1 by Chief III
  • 605 Views
  • 2 replies
  • 0 kudos

Resolved! DMAMUX configuration

Hello community,I cant get the dma working on the stm32g474. What I did till now:- enabled tim15 -> working with interrupts- enabled dma req. on update event- enabled dma and dmamux clocks in rcc- enabled dma int in nvic -> can be triggered through n...