STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Problem with installing the IDE STM32

Good day, gentlemens!I request assistance with installing the STM32 development environment. I have Windows 7 operating system installed, firewall is disabled, no antivirus is present, I'm not using a proxy, and I have a stable wired internet connect...

_legacyfs_online_stmicro_images_0693W00000dK3CuQAK.png _legacyfs_online_stmicro_images_0693W00000dK3DEQA0.png _legacyfs_online_stmicro_images_0693W00000dK3D4QAK.png
SKosi.1 by Associate II
  • 1486 Views
  • 7 replies
  • 0 kudos

LWIP SNTP, what does it actually do?

I am looking in to implimenting a SNTP client on an embedded board, I am using the STM32CubeIDE so its a checkbox to enable SNTP, but I can find no documentation or examples on what you do from there.I can see functions to enable/disable SNTP, but no...

richardh by Associate II
  • 7187 Views
  • 14 replies
  • 0 kudos

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
  • 2851 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
  • 2658 Views
  • 18 replies
  • 0 kudos