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

Resolved! STM32 RCC Configuration with Register

Hi,I am using STM32F407 discoveryboard and I am trying to set the RCC configuration such as the clock frequency is 168 MHz. I configure the register as I want but some bits at the RCC_PLLCFGR registers are already assigned to 1, and when I cleared th...

AÜNAL.1 by Associate II
  • 4046 Views
  • 2 replies
  • 0 kudos

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
  • 1419 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
  • 6988 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
  • 2774 Views
  • 4 replies
  • 0 kudos