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

const volatile objects are not stored in .rodata

I often use const data tables that may be changed by a configuration process at runtime. Depending on how these tables are used, it is sometimes necessary to make them volatile so that accesses to the values are not replaced by the use of inline cons...

CTapp.1 by Senior
  • 698 Views
  • 4 replies
  • 1 kudos

PWM Timer Issue in stm32go70rbt6 controller

Hi All,I'm working on stm32g070rbt6 controller, for vending project.For some requirement implemented PWM timer(i.e. TIM1 & Channel 2) to run the dc motor(i.e. 24V). based on the input from keypad.PWM implemented with soft start from 0 to 1800 which i...

NAdim.1 by Associate II
  • 416 Views
  • 2 replies
  • 0 kudos

Resolved! Using stack-protector with CubeIDE

I'm looking for some info about and help with using -fstack-protector and similar compiler options with STM32CubeIde. I've never used these flags before, but enabling them does seem to compile fine. Am I correct in assuming that the GCC supplied with...

Konami by Senior II
  • 1372 Views
  • 2 replies
  • 0 kudos

ST Cube IDE 1.15.1 - Launch Group/Debug Issue

Hello to everyone,for my graphical application I usually use custom boards with STM32H750XB mcu.For all my projects I always used STMCube IDE 1.6.1.Code is executed from external qspi flash, so I create a bootloader to launch the application and debu...

afici by Associate II
  • 477 Views
  • 2 replies
  • 0 kudos

Resolved! Uint16_t Build Errors within STM32CubeIDE 12.1

Hey ST Community, I started getting errors within STM32CubeIDE, throughout all workbenches randomly, after working on a new project.The errors involve uint16_t,  such as:-'error: unknown type name "uint16_t''-"error: unknown type name 'uint16_t'; did...

AEng7 by Associate II
  • 2135 Views
  • 7 replies
  • 2 kudos

Resolved! EEPROM (M24M01E-F) Page accessing

Hi,For my project, I am using an M24M01E-F I2C EEPROM. My application requires writing and reading data page-wise. According to the datasheet, the EEPROM has a capacity of 1 Mbit (128 KB). I need clarification on how many pages I can able  write to u...

Rishvana by Associate II
  • 1334 Views
  • 8 replies
  • 3 kudos