STM32CubeProgrammer (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeProgrammer v2.19 released

We are pleased to announce that STM32CubeProgrammer 2.19 is available What is new in 2.19: Support for the STM32WBA6xxx microcontrollers: Internal memory programmingOption byte/OTP programmingRDP regression with passwordSFI support Support for MCE N...

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
  • 1160 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
  • 3700 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...