STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! SPI driven 74595 shift register produces random output

Hi folks,For the past 2 days, i tried to setup a simple SPI communication to feed a shift register with 7-segment data.I already have done this in the arduino IDE, using shiftOut.Now I want to make this more elegant with the CubeIDE. I set up an SPI1...

Stipe by Associate II
  • 2203 Views
  • 4 replies
  • 1 kudos

STM32H7B0 incorrect ADC sample rate

Hey,We using an STM32H7B0 100 pins MCU.With this mcu we will sampling 1 16 bit ADC input at 1 MHz and we using a DMA in circular mode for 1000 samplesThe ADC clock works at 48Mhz, the clock precaler for the ADC is divided by 32 and the sample time is...

OGhis_2-1723818782378.png OGhis_1-1723818766460.png OGhis_0-1723818752330.png
OGhis by Senior
  • 1595 Views
  • 9 replies
  • 0 kudos

STM32F4xx TIMER1 ETR

Hello, I am struggling to get the TIM1 of a STM32F411 to be triggered by an external GPIO. What I want to achieve is having ETR1 (PA12) to trigger TIM1 and have 4 repetition of 199 periodI am using STCubeMX and I must do something wrong as it is not ...

vbesson by Senior
  • 1254 Views
  • 5 replies
  • 0 kudos

Resolved! STM32 ST-LINK Utility program

After downloading the program using STM32 ST-LINK Utility, the download is reported as successful. However, upon power cycling the device, the program does not run. It requires clicking "Connect" again after the program has been downloaded for the pr...

Troy-1 by Associate
  • 773 Views
  • 2 replies
  • 0 kudos

Resolved! STM32 ROM bootloader, initial state and when erased

Hi,On the STM32 F4 products, there is a hardware/ROM bootloader, that can be activated through the BOOT0 pin. It works great, no issues with that.In a production environment, I would like to flash the board automatically, without manually pressing bu...

sbend by Associate II
  • 2657 Views
  • 6 replies
  • 0 kudos

Tacq STM32G0x0

Hi.  We are using STM32G0x0 family in our project. We are running ADC clock at 30MHz. The sampling time is 7.5 cycles, we configure the ADC to trigger every 500uS so Trigger Frequency = 2kHz  and the resolution is 10bits. I know the Tconv = Tsampling...