STM32CubeProgrammer (MCUs)

Ask questions on STM32CubeProgrammer and find answers on device detection, connection failure, programming issues, and more.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeProgrammer v2.20 released

We are pleased to announce that STM32CubeProgrammer 2.20 is available What is new in 2.20: • Support for the STM32MP21x microprocessors:         – External memory programming        – OTP programming        – PKCS#11        – ST power management IC• ...

Anyone successfully using Cube Programmer C++ API?

Haven't found anyone talking about the new API here. I'm trying to code a program that flashes a STM32F334, reads processor's UID and post it to a proprietary database. STM32CubeIDE and CubeProgrammer works fine. I also managed to run C++ API and ide...

VMüll.1 by Associate II
  • 6159 Views
  • 17 replies
  • 1 kudos

Resolved! Flash Memory program

Dear @KDJEM.1 when I read the manual "rm0432" It is given thatThe Flash memory programming sequence in standard mode is as follows:1. Check that no Flash main memory operation is ongoing by checking the BSY bit in theFlash status register (FLASH_SR)....

flash.png
ajimathew by Associate III
  • 1398 Views
  • 1 replies
  • 1 kudos

Resolved! HAL interrupt function

Dear @KDJEM.1 Whenever, I implement the HAL_Interrupt functions(say HAL_UART_Receive_IT();). What is happening at the backend, to use those interrupt function I should enable the global interrupt (NVIC) in CubeIDE. What are these global interruptsals...

ajimathew by Associate III
  • 4464 Views
  • 5 replies
  • 6 kudos

Loading WAV file with CubeProgrammer

I need to load a few small audiofiles to the flash memory of STM32F407VGT6 on my F4Discovery board and now I am curious about one thing. Is it possible to load WAV samples with STM32CubeProgrammer?For example, if I use xxd command in Ubuntu to conver...