STM32CubeProgrammer (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeProgrammer 2.17.0 released

STM32CubeProgrammer v2.17.0 release information New features:• Added the support for the STM32MP25xx microprocessors in the STM32MP2 series – Flash memory and OTP programming, SSP support Added the support for devices in the STM32WB0 series: STM32WB0...

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
  • 911 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
  • 2693 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...