STM32CubeProgrammer (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeProgrammer 2.18.0 released

STM32CubeProgrammer v2.18.0 release information New features:  Added the support for the STM32N6 series– OTP programming– External memory programming– Serial boot via USB/UART– FSBL signature with stm32header V2.3 through the signing tool• Added the ...

I have downloaded and installed STMCubeIDE 1.6.1 and using it along with ST-Link/v2-Isol JTAG programmer .How can i import, debug and flash the (.elf) file which is generated from any external source say Jenkins?

I need to be able to import the .elf file into my STMCubeIDE and perform debugging and run the code. The (.elf) file is generated in Jenkins through nightly builds. Can i know the procedure for this?

AJali.1 by Associate
  • 493 Views
  • 1 replies
  • 0 kudos

Resolved! STM32 Cube programmer firmware read problem

Hi All, Until now with F3 and F0 devices we were able to upload and download firmware files to and from MCUs using "BootloaderDemo" application from STM. That software had both upload and download capabilites. With the newer G474 device however, we h...

ma.alam9 by Associate III
  • 1815 Views
  • 4 replies
  • 0 kudos

Resolved! cannot execute binary file: Exec format error

I made a NUCLEO-G474RE IO-Toggle project in eclipse on Ubuntu, the building has been passed through, while I couldn't run it into the NUCLEO board. When I start to debug it, this error was shown:/bin/bash: /home/mq/eclipse-workspace/test_NUCLEO-G474R...

0693W00000Bd0IlQAJ.png 0693W00000Bd0IqQAJ.png
MQi.1 by Senior II
  • 21745 Views
  • 2 replies
  • 0 kudos

STM32H7 Hard Fault

I have a program where data is read into the dataStore buffer of a double buffered system from external flash memory via SPI upon detection of an interrupt, around every 700ms; the only ISR sets a value and if the block in my main loop detects this v...

NSR by Associate III
  • 4444 Views
  • 5 replies
  • 0 kudos

Resolved! CubeProgrammer_API not setting verbosity level

I have managed to use the CubeProgrammer_API.dll in a visual studio C# project. Everything seems to be working properly but when I try to set the verbosity level nothing changes. It seems to be fixed to level 2. This is the code I'm using:[DllImport(...

iduque by Associate
  • 812 Views
  • 2 replies
  • 0 kudos

run STM32CubeProg on Raspberry pi 4

I don't see ARM 32/64 bit in the system requirements of STM32CubeProg. Is it possible to get this running on like a raspberry pi 4? I am interested in CLI onlyor do you have other suggestions on how i could do a flash of stm32 chip (STM32G070CB)

GHama.1 by Associate
  • 955 Views
  • 2 replies
  • 1 kudos

Resolved! Programming an STM32F7xx via USART1

Hello, I try to programm a STM32F765 via USART1 (PA9/PA10), but the connection fails. I use STM32CubeProgrammer v2.7.0.If I use USART3 instead on my target, programming works as expected.Q: Is there a known bug, and USART1 does not work on this CPU? ...