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 HAL_Init, my board, or my code?

Hello! I'm using an STM32L4R5ZI board and was running some low power code to put the board in Standby and the board was getting stuck in the clock init section. I would restart the board, it would run HAL_Init (where I assume it would reset the sta...

JayDev by Senior II
  • 1599 Views
  • 4 replies
  • 0 kudos

Task failed while connect to the server..

I am working on STM32h753zi board i have one main task with the size of 3K inside that i was calling 6 tasks.Task 1 - 5K Normal priorityTask 2 - 1K Normal priorityTask 3 - 2K Normal priorityTask 4 - 2K Normal priorityTask 5 - 1K Normal priorityTask 6...

AFaya.1 by Associate III
  • 407 Views
  • 1 replies
  • 0 kudos

STM32CubeIDE Code Proposals not working

Hello everybody,I just recently installed CubeIDE on my Mac and Windows systems. On both Code Proposals for thinks like HAL functions or user defined functions does not work. Do you know if there's a chance to change that? I already activated all kin...

HReet by Associate
  • 1731 Views
  • 2 replies
  • 1 kudos

Resolved! STM32 freezes when UART ringbuffer user bigger buffer

Hello!I'm receiving data by UART in a ring buffer. When my buffers are lower than 256 it works, but when higher, it get stuck in the first for loop of my code.This is my ring buffer.void HAL_UARTEx_RxEventCallback(UART_HandleTypeDef *huart, uint16_t ...

SGonz.2 by Associate II
  • 702 Views
  • 2 replies
  • 0 kudos

Why duty cycle of I2C not 50% ?

Hi. I am using STM32L031 for my project. And I am using I2C to read eeprom. It is reading eeprom properly but if you see duty cycle on SCL(red one in the pic below), it is not 50%.My I2C spped is 400kHz. ON time I get is 750ns and OFF time is 1.96us....

0693W00000Nr14vQAB.png

Problem with undefined references in STM32CUBEIDE

Hello there,After an update off STM32CubeIde from 1.17.0 to 1.19.0, the compilation of my code generates a lot of undefined references in functions like HAL_Init(). Do you know how to solve this problem? All of the header files are linked in same C f...

EKama.1 by Associate II
  • 1714 Views
  • 1 replies
  • 0 kudos