STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

STM32_modbus issues

Can anyone suggest me what the issues in the below code, i had generated the Modbus data frame and also checked the CRC function with Modbus- CRC calculator, I am able to transmit the data and also i am also waiting for the data to receive on interru...

Resolved! x-cube-cryptolib

Good evening,Could you help me install the x-cube-cryptolib library in STM32CubeIDE? I have tried everything and I still can't install it correctly. I would greatly appreciate your help.

Zero-96 by Associate
  • 205 Views
  • 2 replies
  • 1 kudos

Resolved! Cubeide does not start (and 'Spawner Reaper')

I installed cubeide (under linux ver 1.15.1) and started it by creating a workspace.I created a new project (STM32 project), the 'Target selector' appeared and I selected the nucleo-g474re board.I gave the project a name, I answered yes to the questi...

STM32CubeIDE cannot start my app for STM32F103RC.

hi, all. I made my app with STM32CubeMX for STM32F103RC(of custom board).I compiled with STM32CubeIDE(ver. 1.15.1), but cannot start in IDE. (refer to the atached file.)But after power off/on board, my app works fine.My app is simple, has just one LE...

mcu-down.png
yangbh by Associate II
  • 189 Views
  • 4 replies
  • 3 kudos

MQTT_VAR_HEADER_BUFFER_LEN

I am trying to send and subscribe data via mqtt protocol using the lwip library with an STM32F207 series microcontroller. When I define MQTT_VAR_HEADER_BUFFER_LEN as 256, I have no problem receiving data. However, when I set MQTT_VAR_HEADER_BUFFER_LE...