STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Error in initializing ST-LINK device in all boards

i have been using stlink v2 for a while now, but today it wouldn't connect with any of my stm32 boards the error mesage that apears is STMicroelectronics ST-LINK GDB server. Version 7.9.0Copyright (c) 2024, STMicroelectronics. All rights reserved. St...

Resolved! HSE is not working on STM32F411E-Discovery

I’ve just started learning STM32 and I’m currently using the STM32F411E-Discovery board. I loaded the default code provided by the Board Selector in STM32CubeIDE and was trying to get a simple LED blink working. It works fine when using the internal ...

Duc_Tran by Associate
  • 160 Views
  • 8 replies
  • 0 kudos

Resolved! UNIQUE ID

HiIs the UNIQUE ID of the STM32H562RIT6 microcontroller, which consists of 96 bits, entirely variable, or does it include fixed bits as well? Which bits are fixed?

Resolved! SPI transmit question/issue

Hi,I have a custom board which has an STM32F446RE with implemented SPI peripheral that should communicate with MAX22530 chip. Currently, I am trying to test the SPI interface but am running into something that looks strange.The SPI ioc configuration ...

70nKA_0-1745606966822.png 70nKA_1-1745607051310.png byte.jpg
70nKA by Associate II
  • 100 Views
  • 2 replies
  • 1 kudos

STM32H743 BLDC use Hallsensor get speed(HAL)

LED1_TOGGLE();cant run when i start BLDC. can someone solve it? status of HAL_TIMEx_HallSensor_Start_DMA is OK and Mspinit is OK.void hall_init(void) { __HAL_RCC_DMA1_CLK_ENABLE(); __HAL_LINKDMA(&g_htimx_handle, hdma[TIM_DMA_ID_CC1], g_hall_d...

MIPI-DSI on STM32U5G9 - how to get started?

Today I tried to configure MIPI-DSI on STM32U5G9 using CubeMX and I did not win this first clash.MX_DSIHOST_DSI_Init() function fails executing HAL_DSI_Init() where it waits for DSI_PSR register flags PSS0, PSS1 and PSSC to be set (indicate both lane...

TDJ_0-1745493665753.png TDJ_1-1745494988429.png TDJ_2-1745495700226.png
TDJ by Lead
  • 126 Views
  • 2 replies
  • 1 kudos

Facing Problem with STM32H743BIT6 + ETH (DP83848)

I am trying to interface DP83848 ETH PHY chip with STM32H743BIT6 MCU. actully my previous project (STM32F746+DP83848) working fine and I shifted to STM32H743. below I am uplaoding my project of STM32H743.I have generate the code with availble LAN8742...