STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

usb otg voltage level shifter

hi ,i gone through usb pcb guidelines and other forum discussion but i couldn't catch my doubt .1). Incase of Using USB Virtual Com Port D+ (PA12) & D - (PA11) pin can be directly connect with Computer USB port  without level shifter ??? During the  ...

MMARI1_0-1713601726547.png MMARI1_1-1713602790786.png MMARI1_2-1713603479534.png

I2C multibus on alternative pins howto or is possible?

I ask for this , but any other same alternative use.i set primary I2C on PB10,11 as on image an reserve PA10,11 and PF0,1My plan is use alternative AF as I2C switch similar as IC PI4MSD5V9540On PF pins is device on 5V I2C . In code i try add to one I...

MM1_0-1713365673953.png
MM..1 by Chief II
  • 72 Views
  • 7 replies
  • 1 kudos

FTP Server Unaligned Memory failure

STM32H743STM32CubeIDE - Version: 1.14.1 Build: 20064_20240111_1413 (UTC)STM32CubeMX - Version: 6.10.0-RC9 Build: 20231120-2037 (UTC)Software Pack (AzureRTOS) 3.2.0STM32Cube_FW_H7_V1.11.1 OS: Linux LMint 21 I am using the FTP server which works when c...

GreenGuy_0-1713600232176.png
GreenGuy by Senior III
  • 13 Views
  • 0 replies
  • 0 kudos

STM32F405 Can not connect to target

Hello All, I Hope you are well.I am facing a problem that I spent A LOT of time on. I designed a custom board featuring the STM32F405RGT6 but i cannot connect to it at all.. I will attach the schematic and the board's pictures below. (The schematic i...

photo_5839067125233336211_w.jpg photo_5839067125233336220_y.jpg
Mhushki by Associate
  • 143 Views
  • 19 replies
  • 0 kudos

STM32F429ZIT6 SPI Receive Issue

Hi everyone,I'm currently using the Nucleo F429ZI development board to test SPI Receive, and I've encountered the following two issues:I use the HAL_SPI_Receive() function, when I config the SPI frequency to a slower rate, I've observed that the CS s...

Scarlet_3-1713491847589.jpeg Scarlet_1-1713491584077.jpeg Scarlet_2-1713491599258.jpeg
Scarlet by Associate
  • 59 Views
  • 4 replies
  • 3 kudos

what is HAL_OSPI_AutoPolling() ? how to fix it ?

After trying the sample code from STM32Cube_FW_L4_V1.18.0 for octo spi I getting stuck on HAL_OSPI_AutoPolling(hospi, &sConfig, HAL_OSPI_TIMEOUT_DEFAULT_VALUE); it is not working, after reading posts and STM32L4Rxxx and STM32L4Sxxx device errata I fo...

MNapi by Senior II
  • 511 Views
  • 27 replies
  • 5 kudos

ADC doesn't work after code gneration

I’ve been working on a project for a while and initially generated the code only once at the beginning to set up the hardware configuration. Recently, I updated STM32CubeIDE from version 1.14.1 to 1.15.0. After updating, I regenerated the code withou...