STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

Resolved! Regarding MCU package for NUCLEO-F070CB in STM CUBE IDE

Dear ST Community,I am currently working on a project using STM CUBE IDE. In that, I didn't find NUCLEO-F070CB (48 pin) IC in board selector section and require some guidance on how to install a software package for NUCLEO-F070CB. Could anyone please...

SANTHOSH1 by Associate II
  • 1385 Views
  • 3 replies
  • 0 kudos

STM32CubeIDE CMake integration broken for STM32CubeIDE?

Our last working version of CMake in STM32CubeIDE was in 1.9.0. After I upgraded the CMake builder was not selectable again (this happened during the step where I comment out the nature and make changed in the Tool Chain Editor).What can I do?

xlrl by Associate III
  • 7208 Views
  • 13 replies
  • 1 kudos

Resolved! issue with fmaf function

Hallo,I used in my app fmaf function and I found it doesn't behave as expected:y = fmaf(a1,a2,a3) should be y = a1*a2 + a3but I got as result y = a1*a2 without additive term.Of course I can and use "classic" expresion instead this functions.Is this a...

KwA by Associate II
  • 2302 Views
  • 8 replies
  • 2 kudos

Resolved! send 3 more Tx Header using FD CAN

In the case of normal CAN, the mailboxes were full and to send more than 3, use HAL_CAN_GetTxMailboxesFreeLevel(hcan) != 3In the case of DF CAN there are no mainboxes but FIFO or Queue mode, how do I empty it in DF CAN? without using delay and of cou...

fail to write flash into STM32C0, HadFault_Handler()

Hi, may have some reference on writing flash into STM32C0 using STM32CubeIDE? I tried to write program just to eraser flash and it enter the function HardFault_Handler(). Here are my codes:  void myFlash_init(void){FLASH_EraseInitTypeDef flash_erase_...

Hollis_K by Associate III
  • 1193 Views
  • 3 replies
  • 0 kudos

User bootloader, bootloader

Hi all, I'm working on user bootloader in stm32l4p5 board. I'm facing problem in dual bank swapping. My plan is to keep bootloader code in bank 2 and application code in bank1. When ever a new bin file is available I will switch to bank2 ,after erasi...

pvall.1 by Associate II
  • 1307 Views
  • 3 replies
  • 0 kudos