STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

Resolved! Error: failed to erase memory

Hi,While flashing code in STM32G474VBT6, I am getting below error. After reinstalling cube ide and cube programmer, same error continues. STMicroelectronics ST-LINK GDB server. Version 7.4.0Copyright (c) 2023, STMicroelectronics. All rights reserved....

Nsg1987_0-1691554608910.png
Nsg1987 by Senior
  • 20869 Views
  • 20 replies
  • 12 kudos

Error while executing with gdb and stm32 processor

Hello, Any idea on which condition below error comes uphandleTargetDeviceEvent(): GDB session, device event: 3handleTargetDeviceEvent(): GDB session, device event: 1Device_GetStatus(): ST-LINK device status: LOCKUPSTM32_SystemReset(): Enter STM32_Sys...

Rashmi by Associate
  • 343 Views
  • 0 replies
  • 0 kudos

STM32H735 Quad SPI External Flash Macronix MX25L12835F

Hello,I have a board contains STM32H735 MCU and external flash macronix MX25L12835F (only capable of quad spi interface).This board is also LCD controller based on touchGFX and the external flash suppose to contain the GUI assets,Therefor external lo...

dgold.1 by Associate III
  • 1041 Views
  • 3 replies
  • 0 kudos

Resolved! RTC to Coordinated Universal Time (UTC)

Hello everyone, I am using an STM32U575RG, and I would like to know if anyone can help me understand or show me how to use the RTC and convert it to Coordinated Universal Time (UTC).

inouee by Associate II
  • 1141 Views
  • 1 replies
  • 1 kudos

Resolved! STM32H750B-DK with Touchgfx

I’m using the STM32H750B-DK board to explore FD CAN integration with TouchGFX.  I currently have the FD CAN working but I can't get the touchgfx to work properly.  Is there anyway to merge a touchgfx project with a STM32H750B-DK stm32cubeide?  To cla...

ST32F469I AU1 Serial port issue on Cube IDE

Hi All I am having difficulty getting the serial to work through the STlink on the STM32F469I AU1 (MB1189B) version. I have tried all the suggestions in the previous posts on the forms. The uart is set with the correct pins according to the schematic...

STMCube IDE problems with Queues

Im creating an RTOS queue in the configuration tool. Whowever if I try to place anything in the queue the program crashes.Configuration: Generated Initialization Place item in queue (btn.dec is a uint8_t variable) Debug As you can see the item size i...

tarmogr_1-1715164215219.png tarmogr_2-1715164240241.png tarmogr_3-1715164262270.png tarmogr_4-1715164307685.png
tarmogr by Associate III
  • 1506 Views
  • 7 replies
  • 1 kudos

headless-build.sh fails in Jenkins

I have managed to run headless-build.sh on my Linux PC. But it requires me to name the project folder exactly the same as the project name. For example /home/user/workspace/freertos-test/freertos-test.iocNow I want to do the build automatically from ...