STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

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

Why this pity code at line 13 couse the Hard Fault?

#include "stm32f0xx.h" void SysInit(void);   uint8_t array1[260] = {0}; uint8_t array2[260] = {0}; uint16_t test; int main(void) { SysInit(); for(uint16_t i = 0; i < 260; i++) array1[i] = i & 0xFF; test = *(uint16_t*)&array1[0xEA]; test = *(uin...

MPony.1 by Associate
  • 1007 Views
  • 8 replies
  • 0 kudos

"StringOut" works while "printf" doesn't.

Hello,I'm working with the NUCLEO-F722ZE EVB on STM32CubeIDE.In my code I tried to make the "printf" function work.I used the procedure described in this video:https://www.youtube.com/watch?v=9ntZ3dwGsMkIt basically involves adding this code (the ful...

skon.1 by Senior
  • 600 Views
  • 5 replies
  • 0 kudos

Two CubeIde instances with two Debugger

Hello all,I have a SPI project: One Nucleo Board = SPI Master, Another Nucleo = Slave.I want to debug both boards (onboard STLink) at the same time by running two instances of CubeIde.Problem: both STLink listening to the same port on my PC. When one...

OBorg.1 by Associate III
  • 787 Views
  • 2 replies
  • 1 kudos

Resolved! How to Install F0 Examples to CubeIDE

Hello,I would like to select STM32F0 examples projects from the New Project -> Example Selector.I have CubeIDE, and in the MCU/MPU selector I can select my NUCLEO-F072RB. In the Example Selector I can see examples for STM32 F4, F7, G0, G4, H7, L5 an...

VKais.1 by Associate II
  • 1214 Views
  • 2 replies
  • 2 kudos