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

Resolved! How to use a Union to access and change the bits?

My header file:typedef union {  struct {    uint8_t u_bit1:1;    uint8_t u_bit2:1;    uint8_t u_bit3:1;    uint8_t u_bit4:1;    uint8_t u_bit5:1;    uint8_t u_bit6:1;    uint8_t u_bit7:1;    uint8_t u_bit8:1;  } bits;} u_serialSequenceBits;My .c file...

LVasc.1 by Associate II
  • 2373 Views
  • 4 replies
  • 0 kudos

After restart device UART_3 printing some rubbish ţ˙ţţţţţţţţüţüüüüüüüüüüüüüüüüüü

Dear,Microcontroler STM32H742 (stm32CubeIDE)When i plug out and plug in device, this printing on UART_3:ţ˙ţţţţţţţţüţüüüüüüüüüüüüüüüüüüor:ţNVT: FF FE FEţţ{FF}i this problem was not watched on same device with stm32F205(Rowley crossworks).I clear all b...

KWiśn.2 by Associate II
  • 2110 Views
  • 18 replies
  • 0 kudos

how to disable console log in cube ide?

Hiin debug mode I have added some variable in variables in "live expressions" window. So while the target is running the content of my variables are read out periodically. Now the console window prints out in a loop some thing like: ....Read 1 bytes ...

MK..1 by Associate III
  • 569 Views
  • 0 replies
  • 0 kudos

fprintf not working in some STM32CubeIDE configuration

Hi.I am working with STM32CubeIDE and using the using STM32F469I-DIDCO. I created a standalone project and enabled semihosting: I can properly open and write into a file with fprintf function.I then switched to my current project (in C++) and enabled...

RBors.2 by Associate
  • 632 Views
  • 2 replies
  • 0 kudos