STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 408 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
  • 445 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 (...