STM32 MCUs Boards and hardware tools

Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Cannot acces to COM port while debugging

Hello,I'm working on STM32CubeIDE with STM32F103CF8T6 and st-link.I have a python script on my computer sending data to the stm32 trough com port. Everythings works fine when I run it, but when I run it in debug mode, I cannot acces to the com port a...

DHorn.3 by Associate
  • 845 Views
  • 2 replies
  • 0 kudos

I have STM32H7A3ZITXQ_RAM.ld in NUCLEO-STM32H7A3 Board. I need to know what is the procedure to download and run project from Internal SRAM of STM32H7A3 Nucleo(144)Board.

I have STM32H7A3ZITXQ_RAM.ld in NUCLEO-STM32H7A3 Board.I need to know what is the procedure to download and run project from Internal SRAM completely of STM32H7A3 Nucleo(144)Board.I built Base Default Nucleo-H7A3 STM32 Board .ioc Project in STM32Cub...

AR.11 by Associate
  • 577 Views
  • 1 replies
  • 0 kudos

STM32CubeProgrammer API Problems

Hi,I have noticed the following problems while building an app (permanent data capture via ST-LINK) with the STM32CubeProgrammer API (v 2.12.0):1. int readMemory() functionThe description is very scarce and a bit confusing. The parameter data is defi...

BPrem.1 by Associate II
  • 601 Views
  • 0 replies
  • 0 kudos

Resolved! stm32u585 clock config

Dear Sir.Attached a code of SystemClock_Config();void SystemClock_Config(void) { RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef RCC_ClkInitStruct = {0};   /** Configure the main internal regulator output voltage */ if (...