STM32 MCUs Boards and hardware tools

Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Nucleo H723ZG ADC Sampling Problem

HiI'm trying to sample a sine wave between 400 and 500 kHz with the Nucleo H723ZG. I'm using the 16 bit adc 1 with following configuration:sampling rate: 2 MSpsT_sampling: 16.5 clock cyclesf_adc: 50 MHz (from PLL2P: 100 MHz)DMA circular modecontinuou...

gnlcflx by Associate II
  • 258 Views
  • 9 replies
  • 1 kudos

STLINKV3 Modification

When the STLINKV3 is used with the additional connector board (MB1440) the lower back can no longer be attached. This means that the LEDs on the top are no longer visible. I have designed a 3d-printable lower cover that remedies this :I have also mad...

stlinkmod.jpg

Not able to boot Nucleo-h755ziq

Hi everyone,I'm experiencing an issue uploading a simple onboard LED blinking program to my STM32H755ZIQ board. Every time I try to start a debug session, I get the following error:STMicroelectronics ST-LINK GDB server. Version 7.9.0Copyright (c) 202...

Resolved! spi clk issue

hi im using stm32g474vet6 mcu , im using spi in dma mode of both tx and rx and made dma in circular mode.what happens means when i start a first tx or rx itself spi clk is coming continuously. what to do , it is due to circular mode.if (send_spi_cmd ...