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! Sending UDP on NetXDuo does not work without breakpoints.

Hi, I have created a program to send UDP using NetXDuo on a Nucleo-H755ZI.I used the URL below as a reference.Creating a dual IPv6 & IPv4 NetXDuo UDP application for STM32H7 using CubeMX  I checked the operation in debug mode and could see that it is...

Hey0256 by Associate II
  • 461 Views
  • 5 replies
  • 3 kudos

NSS Pin not going high when Idle in SPI

Hi,I am connecting ESP32 with STM32G474RET6 Nucleo board via SPI. I have configured SPI in DMA mode to transfer data. With NSS pin enabled for chip select I can see the pin remains low always during transmission of data and also in idle. So that I co...

BrindhaP by Associate II
  • 108 Views
  • 3 replies
  • 3 kudos

USB Device MSC with External Flash

Hi team,            I am working on stm32F7 discovery board, I am working on USB MSC Device however i am not getting , how to configure external flash of this discovery board as Mass Storage. My main goal here is as soon as i connect the controller t...

Shikamaru by Associate III
  • 3453 Views
  • 9 replies
  • 0 kudos

SPI communication failure at high frequicies

Hi, The SPI communication between an ESP(Master) and the STM(Slave) is failing when i configure the SPI clock at 10MHz.I have STM32F429ZIT6 DISC1 board and i have used SPI3 as slave, the SPI3 is on the APB1 bus which is configured at 45MHz PCLK.The c...