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! GPIO output not working

Hi, I’m working on an STM32G491 MCU and facing an issue with GPIO PB9.In my project, I initialize PB9 as a digital output and try to set it HIGH, but the pin always stays LOW on the board.However, if I configure PB9 as input and toggle the pin extern...

STM32N6 is only flashable after POR

Hi,We have a weired problem with a custom N657 design.When using the Nucleo board, its possible to flash the program on the external flash, as long as BOOT1=1.The programmer resets the board and it flashes the firmware normally every time.On our boar...

TCPP03-M20 with STM32G0B1CBT6 failed to connect

Hello Expert, Could you please provide guidance on the issue below?  We are using the following setup:- MCU: STM32G0B1CCTx- Software: X-CUBE-TCPP 4.2.0 with USBPD Application 4.2.0 Dual Role- Board Part: TCPP0203 v1.2.3 We are developing a USB PD boa...

PaulMinh by Associate II
  • 46 Views
  • 2 replies
  • 0 kudos

Bank switch does not always work

Hello everyone!I'm facing a problem when trying to switch a bank on STM32H745 MCU. The issue happens only when the debugger is disconnected. Our implementation uses the HAL library to perform Bank switch like this:HAL_FLASH_Unlock(); HAL_FLAS...

STM32N6570-DK boot from external flash error

Hello,I’m working with an STM32N6570-DK, and I’m trying to run a very simple LED-blinking application as part of the FSBL.When I debug the project using STM32CubeIDE, everything works correctly and the LED blinks as expected.Next, I want to flash the...

lou_v by Associate
  • 134 Views
  • 5 replies
  • 0 kudos

MIPI:Failed to read the ID of Driver IC

I'm trying to read the ID of ST7701SN with STM32F469. The read command was sent correctly by the MCU. But the voltage of the response by the ST7701SN is too low. Could it be caused by the settings of the MCU? I tried different screens but it's always...

123scy321_2-1764127292314.png 123scy321_4-1764127438208.png

STM32L4R5ZIT6P ESD Damage

Hello,  I may have accidently either shorted or applied voltage to my UART TX and RX pins on my MCU which is on a custom PCB and now my PCB is pulling +60 mA of current under load. I am now experiencing difficulty programming the chip and I am gettin...

ym21 by Associate III
  • 57 Views
  • 4 replies
  • 4 kudos

STM32L476 vs STM32F411 vs STM32F303

Good morning.I'm still trying to develop in STM code.I have an open-source code developed for the STM32L476.Questions:If I generate a compiled HEX for the STM32L476, will it run on the 411?Are they compatible?Is it possible to migrate to an STMF303 o...