STM32 MPUs Software development tools

Ask questions and find answers on STM32 microprocessors software development tools.

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

STM32CubeIDE 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeIDE is available. What is new in 1.19.0: Microcontroller, microprocessor, and board lists aligned with STM32CubeMX v6.15.0:Added the support for STM32MP21xx microprocessors to the STM32MP...

STM32CubeMX 6.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

Resolved! Flashing STM32MP1 custom board over JTAG

Hello,I need to flash a custom STM32MP1 board which only has JTAG (no USB port available). Additionally, I build the image using Yocto meaning the output are separate binaries (e.g. U-Boot) and .tsv files.The STM32CubeProgrammer detects the CPU with ...

ANiko.3 by Associate II
  • 4057 Views
  • 12 replies
  • 0 kudos

Resolved! Cube IDE debug doesn't work on stm32mp157a-DK1

Hi,I'm having an issue while trying to debug the OpenAMP_TTY_ECHO_CM4 example described in gettin' started guide for stm32mp157a-DK1 (here link) using Cude IDE 1.4.2 on windows 10 machine. I configure the debug session as describe in the guide sectio...

MBassi by Associate III
  • 3172 Views
  • 11 replies
  • 1 kudos

Resolved! Cannot open 'console on MPU serial device'

I'm following the tutorials on the wiki about developing for the cortex-m4 on the DK2 kit. I'm facing trouble when I need to connect to the serial console, see image:The chars shown on the error message are random. Things already tried:Update ST-link...

0693W0000058zwgQAA.png
allard by Senior
  • 887 Views
  • 1 replies
  • 0 kudos

Resolved! secure boot and stm32key from

Hi, All. In the wiki, the process to program the PKH into the OTP is done with stm32key tool in u-boot. Also, PKH file must be available in a filesystem partition. All these tasks need to be done manually...Is it possible to do this same process from...

AVazquez by Associate III
  • 820 Views
  • 2 replies
  • 0 kudos

Resolved! Pin MODE for peripherals not set correctly in device tree output file produced by CubeMx

Pin MODE for peripherals are set incorrectly with RSVD instead of correct alternate function definition (AF13).When building uboot it failed because pin Mode "RSVD" is incorrectly defined.e.g code from device tree   m4_dcmi_pins_mx: m4_dcmi_mx-0 {   ...