STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

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

UART data on LCD display

I am trying to communicate 2 STM32F103C6. My task is to display UART receiving data on LCD(LM016L). Also, my other task is to display interrupt data on LCD. Both should be worked on at the same time. ie, Whenever an interrupt happens it should be pri...

jissa by Associate II
  • 5378 Views
  • 7 replies
  • 0 kudos

Standby Mode Wakeup

I am creating a project in which I am using Standby mode as the low power mode of choice. I am using Cube IDE for development. These are the wakeup pins/procedures that I would like to implement:SYS_WKUP1 (PA0)SYS_WKUP2 (PC13)HAL_RTC WakeUpTimer Inte...

Resolved! Need help with a Cube32IDE error message

Hi Folks,I don't know what I did but the IDE is giving me a error message that I've never seen before. Here's a screen capture of the messages. It's saying that "_close is not implemented and will always fail". Is there a Project|Properties that I ne...

error_msg.JPG

Resolved! Help for my first simple bootloader STM32WLE5JC

Hi,I'm trying to create my first very simple bootloader. I'm working with Grove Wio-E5 coming from Seed with STM32WLE5JC mcu available here Important note with this mcu I don't have acces to BOOT 1 and BOOT0 very good idea coming from Seed...So my id...

SBaro.11 by Associate III
  • 1094 Views
  • 1 replies
  • 0 kudos

CubeIDE 1,8.0デバッグができない

現象午前中まで動作していましたが、急に下記の現象が発生し、デバッグができない状況です。1)ブレークポイント設定し、ブレーク後にステップイン実行ができない。 IDEからの応答がなく、停止ボタンで停止。2)ブレークポイント設定し、ブレーク後にPCレジスタ値を変更できない。 Failed to assign value 80019e0, to register 03)ブレークポイント設定し、配列データを変更すると変更した配列以外のデータが0になるMCUは、STM32H743ZI。IDEのバージョンを上...

K_I by Associate
  • 1611 Views
  • 1 replies
  • 0 kudos

Resolved! MX_GPIO_Init' used but never defined

Here is my code and I encountered the error. I use H7A3ZI-Q board/* USER CODE BEGIN Header *//** ****************************************************************************** * @file : main.c * @brief : Main program body *****...

zniu by Associate II
  • 5547 Views
  • 6 replies
  • 2 kudos

I am getting UNALIGNED HardFault (attempt to perform an unaligned access) on ldr.w and blx.w instructions (as seen in disassembly when debugging). I am using STM32CubeIDE with the standard toolchain for stm32 (arm gcc, Thumb2).

I am importing a library (which I am also building with the same toolchain), in which the errors are occuring. Can I tell the compiler to not create unaligned addresses? Or do I have to change the source code of the library?I have tried compiling wit...

ETörn.1 by Associate
  • 5339 Views
  • 7 replies
  • 0 kudos