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

STM32CubeIDE 2.1.1 released

We are pleased to announce that the minor version 2.1.1 of STM32CubeIDE is available. What is new in 2.1.1: This release covers the topics listed below: SEGGER J-Link GDB server updated to 9.24 to fix an issue with the Live Expression view during the...

Aimen1 by ST Employee
  • 321 Views
  • 0 replies
  • 0 kudos

STM32CubeMX 6.17.0 released

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 274 Views
  • 0 replies
  • 0 kudos

STM32CubeProgrammer v2.22 released

We are pleased to announce that STM32CubeProgrammer 2.22 is available What is new in 2.22: Support for the STM32U3 microcontrollers with 2 Mbytes of flash memory: Internal memory programming through debug and bootloader interfacesOption bytes program...

Resolved! Failed to firmware upgrade ST-LINK firmware on STM32MP157F-DK2 board using STM32CubeProgrammer version 2.12

Hi,I am using STM32CubeProgrammer version 2.12 running on Windows 10 to connect to the STM32MP157F-DK2 board ST-LINK connector CN-11.I managed to connect and when I click "Firmware upgrade" the STLinkUpgrade 3.4.0 window opens.However, when I press "...

SThon.1 by Associate II
  • 3103 Views
  • 2 replies
  • 0 kudos

Resolved! undefined reference to `HAL_ADC_Init'

I've been trying for hours to read an analog value from a pin and write it over UART with no success on my STM32MP1. I've assigned PF14 to ADC2_INN2 and set IN2 to "IN2 Differential", then I generate the code and when I try to build I get a bunch of ...

msche.1 by Associate III
  • 5393 Views
  • 5 replies
  • 0 kudos

How to use SX1280 Transceiver with STM32MP157A-DK1for SPI Connection and Data Transmitting/Receiving?

Hi its me again,I'm told that i need to use SX1280 Transceiver with a STM32MP157A-DK1 (using ARM Cortex A-7 coding in C/C++) for SPI connection, im gonna take that SPI data and save it into a .txt file. Saving it into txt file is the easy, right now ...

MÇerçi by Associate III
  • 3262 Views
  • 1 replies
  • 1 kudos

Resolved! IPCC interrupt issue in stm32mp157A ?

Hello,We are using STM32MP157A.We are working on IPCC from A7-0,A7-1 to M4.We are getting IPCC interrupt A7-1 to M4,But when we are not getting interrupt from A7-0 to M4.In cubeMx it is showing NVIC to IPCC RX1 and TX1, but not showing to RX0,TX0.we ...

0693W00000Y8qf8QAB.png 0693W00000Y8qfSQAR.png

Even though I uploaded a new device tree using stm32cudeide, there was no effect on my pins. 

I am generating device tree and compiled it by stm32cudeide and upload to my board. So, baiscally I am following this link:https://wiki.st.com/stm32mpu/wiki/How_to_manage_OpenSTLinux_projects_in_STM32CubeIDEMy issue is that no matter what I do, nothi...