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

STM32H743 SPI4 MISO pin not receiving data

INFO:STM32H743XIHxSTM32Cube FW_H7 V1.11.2STM32CubeIDE Version: 1.14.1 - (have not updated to 1.15 due to being mid-project)STM32CubeMX - Version: 6.10.0-RC9 SPI4 configuration:I have verified the following:1) The NSS, SCLK, MOSI, and MISO lines all h...

GreenGuy_0-1715616281011.png

MCU STM32G030K8T6 Frozen

  We have a product containing the STM32G030K8T6 MCU. The code is working like expected and the product is meeting all specifications. The product is battery powered and can be charged via USB.   If the product is assembled it will go into a burn-in ...

Screenshot 2024-05-16 112637.png
EverShine by Associate II
  • 8313 Views
  • 40 replies
  • 7 kudos

Resolved! SPI Interface

Hello ST expert,I'd like to establish spi communication between my NucleoF401RE and an ADAFruit BLE module.https://www.adafruit.com/product/2633 While waiting for the BLE module, I found a USB SPI converter (like a FTDI for SPI) to create the followi...

Paulo971 by Associate III
  • 1450 Views
  • 1 replies
  • 1 kudos

Resolved! Chosing FLASH for STM32H7

Hello Community,According to data sheet of STM32H743VIT6 https://eu.mouser.com/datasheet/2/389/stm32h743vi-1760857.pdf1) Dual mode Quad-SPI memory interface running up to 133 MHz2) NOR/NAND Flash memory clocked up to 100 MHz in Synchronous mode Q1: I...

Ajaho by Associate III
  • 2242 Views
  • 3 replies
  • 2 kudos

Resolved! Demonstration source code for AN3126

I have been looking into Application Note AN3126 (Audio and waveform generation using the DAC in STM32 products) and in the document a demonstration source code project is mentioned which includes C-language files waveplayer.c and waveplayer.h. I was...