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! myStm login does not work

I cannot login in the STM32CubeIDE V1.15.1, it keeps falling, I have a plain private internet connection without any additional firewall than the one there is on my computer. I do not use vpn.Everything else Works fine on the interneti have also trie...

Kvang by Associate III
  • 3741 Views
  • 10 replies
  • 22 kudos

Bugs in CubeIDE and how/where to report them?

Hi.I just started with CubeIDE and with first minutes I dont like it. Too much bugs at the very beginning.After some fight with bugs it started working finally. But I want tabs, not spaces. I can't find any editor settings. Internal help crashed afte...

nk2 by Associate II
  • 1501 Views
  • 8 replies
  • 6 kudos

Assistance with Ceedling through STM32CubeIDE

I am looking to use Ceedling for a unit test framework and want to use STM32CubeIDE's Unit Test support for running it in the IDE. I have successfully set up Ceedling and am able to run from command line, but it would be nice to at least understand h...

aw_von_0-1718650886705.png
aw_von by Associate II
  • 827 Views
  • 0 replies
  • 1 kudos

Resolved! STM Compiler & & Operator

I am trying to understand what I am doing wrong here. The following image was captured during a debug session to show strange behaviour.In the If statement ap->enable and ap->active are both true, but ap->relay_map is 0, as shown on the right, so thi...

2024-06-07_14-48-35.png
CYBR by Associate II
  • 2372 Views
  • 10 replies
  • 9 kudos

STM32F103 controller bootloader Jump

Hi,I am try to develop a bootloader for STM32F103C8T6 controller. my bootloader memory is 16 KB address range 0x8000000 to 0x8004000.my application range is 45 KB 0x800C000 to 0x8010000. jump statement I am using below mentioned one,void(*app_reset_h...

NandhakumarGanesan_0-1718607176359.png NandhakumarGanesan_1-1718607310008.png

Infinite loop in HAL_RCC_OscConfig - STM32G4 ?

Hi Community,I am working on a project with a custom board that uses both HSE (24MHz) and LSE (32.768KHz) clock sources. TIM6 is used as a time base source because SysTick is used by the RTOS. When running a debug session I can see that it is going i...