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 STM32U3 series.Added the support for...

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 II
  • 524 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
  • 545 Views
  • 4 replies
  • 3 kudos

FatFs f_open() hard fault

int main(void){FATFS FatFs;FIL fil;FRESULT fr;UINT bw; fr = f_mount(&FatFs, "", 0);if (fr != FR_OK) {return (int)fr;}fr = f_open(&fil, "example.txt", FA_WRITE | FA_CREATE_ALWAYS);if (fr != FR_OK) { f_mount(NULL, "", 0);return (int)fr;}f_close(&fil);}...

meco54 by Associate
  • 486 Views
  • 2 replies
  • 0 kudos