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

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
  • 442 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
  • 1831 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
  • 735 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
  • 1829 Views
  • 1 replies
  • 0 kudos

Share code between Libraries

Hi, I need to support 6 libraries for 3-5 MCUs each, and recently I have struggled to keep up.Many users complain about bugs I thought I squashed ages ago, only for me to realize that I never updated the code for that specific MCU.Is there a way to s...

Ubus99 by Associate III
  • 781 Views
  • 3 replies
  • 0 kudos