STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

Issue with ST VSCode STM32 extension.

Hello, I have been using the VSCode STM32 extension on my project for some time and it has been working well. Today, I was doing some major refactoring of some of the code, and this required deleting one of the files no longer required. Unfortunately...

SidPrice by Associate III
  • 1622 Views
  • 3 replies
  • 0 kudos

Resolved! Different optimization level and different assembly code

I have following code snippet, when I compile it with -O0 optimization level it gives below assembly code and I can observe value address on Expression window. But when I compile it with -O3 optimization level I couldn't observe address of value. Whe...

lre1_0-1705427650708.png lre1_3-1705427765575.png lre1_5-1705427949908.png lre1_4-1705427909358.png
lre.1 by Associate II
  • 953 Views
  • 2 replies
  • 4 kudos

How to solve HardFault_Handler problem at debugging?

Hi Everyone,I am newbie in embedded software field, Just graduated from college.I am trying to connect a SD card and read&write data. I did same things to my STM32F429 but when I tried them on STM32F030C8, I am facing with Debug Current Instruction P...

volkan__0-1705416648469.png
volkan_ by Associate II
  • 1265 Views
  • 3 replies
  • 3 kudos

program Make not found in PATH

Hello Everyone, got an error when i build my project error :- Program "make" not found in PATHi cross check properties and i put the address where all makes are located.despite of doing this get the same error when build the project  

Screenshot (22).png

Resolved! CubeIDE unmet dependencies on Ubuntu are old versions.

Cannot install on Ubuntu 23.10. This release of Ubuntu comes with libncurses6 and libpython3, which are installed on my system. Using the .DEB release downloaded from https://www.st.com/en/development-tools/stm32cubeide.html.EDIT: Tried with both Way...

HAL_FDCAN_ERROR_NOT_INITIALIZED Error

void MX_FDCAN1_Init(void){/* USER CODE BEGIN FDCAN1_Init 0 *//* USER CODE END FDCAN1_Init 0 *//* USER CODE BEGIN FDCAN1_Init 1 *//* USER CODE END FDCAN1_Init 1 */hfdcan1.Instance = FDCAN1;hfdcan1.Init.FrameFormat = FDCAN_FRAME_CLASSIC;hfdcan1.Init.Mo...

Make digital signal offset-free

I have converted an analog signal with offset voltage through ADC to digital. Now I have an array of 1024 integer values. To edit this signal further, I need to convert the integer values to float. Then make this signal offset-free (by q15). I would ...

Sax by Associate III
  • 508 Views
  • 1 replies
  • 0 kudos