Skip to main content

Questions tagged [stm32cubeide]

STM32CubeIDE is an all-in-one multi-OS development tool, which is part of the STM32Cube software ecosystem.

0 votes
0 answers
29 views

I am working with the STM32WL55CC (48-pin package). When I imported the official STM32CubeWL example projects from ST, I noticed that they provide both SINGLE CORE and DUAL CORE versions. But the ...
Aryan's user avatar
  • 21
1 vote
1 answer
71 views

I'm new in the STM32 world. I’m currently testing basic UART communication on an STM32 (STM32F302R8) with an HC-05 Bluetooth module, and I’m running into a strange issue with receiving data. I'm using ...
Groundzero's user avatar
0 votes
2 answers
94 views

Please consider the sketch below. In this sketch, the grey bars represent the clock of a hardware counter/timer of a microcontroller. The blue trace is an asynchronous signal applied to a pin of the ...
tobalt's user avatar
  • 25.5k
0 votes
3 answers
125 views

I’m using a custom board based on the STM32H753ZI MCU and debugging via ST-Link. The board was working earlier, but now STM32CubeProgrammer and STM32CubeIDE both fail to connect—it simply says “No ST-...
Santhosh's user avatar
0 votes
1 answer
89 views

I am experimenting with timers and interrupts using STM32CubeIDE and STM32F411E development board. I am comfortable with working on microcontrollers. I noticed some anomalies in the behavior of the ...
midnight_rambler's user avatar
0 votes
1 answer
221 views

I'm doing my first PCB project and using an STM32WBA63 (datasheet). I'm using STM32CubeIDE to create my project code. In the IO configuration graphical interface, the PH3-Boot0 has so many options (...
TheChade's user avatar
  • 197
0 votes
1 answer
79 views

I am trying to write to the flash memory of the STM32L4S5QIIX microcontroller on the EVAL-ADIN1110EBZ development board. I have also tried similar code on an STM32L4S5VITX microcontroller on a custom ...
landas's user avatar
  • 21
0 votes
1 answer
91 views

I installed STM32Cube 1.18 in Ubuntu 24 and downloaded the H5 examples via git clone --recursive https://github.com/STMicroelectronics/STM32CubeH5.git Now I want ...
personal_cloud's user avatar
4 votes
1 answer
433 views

I have done many Arm embedded design projects in gcc using Maxim chips. Every few years I attempt to download STM tools to see if STM stuff is working yet. (Five ...
personal_cloud's user avatar
-2 votes
1 answer
138 views

Recently I have faced a problem that did not exist in my code before. When dividing any type of numbers by 10 or 100 or 1000, I get wrong decimals. For example: 30/100 = 0.29999999 I have tried 30.0/...
marisa's user avatar
  • 1
-1 votes
2 answers
128 views

I have a custom STM32 PCB, when I try to connect the STLink V2 to the PCB, through STM32Programmer, it says: If I hold the MCU Reset button, and in the program I press connect, after waiting 3 ...
Dominykas Litvaitis's user avatar
1 vote
1 answer
93 views

I'm new to STM32, and I want to write a function that will check if the sensor (DHT11) has sent data. I set PA6 to OUTPUT mode and hold low for at least 18ms (according to datasheet), and then release ...
Hellios's user avatar
  • 13
0 votes
1 answer
222 views

I'd like to trigger a GPIO when detecting a falling edge on my PWM. I want to do all of this within the same timer. For example: Timer 1: PWM Generation Timer 2: Input capture indirect mode or ...
B.Adlane's user avatar
1 vote
1 answer
364 views

I am using STM32 Nucleo-144 development board with STM32H7S3L8 MCU. I get this comment when trying to run code that cubeIDE generated initially: ...
Nicolas Tsagareli's user avatar
0 votes
0 answers
82 views

Context: I did a project using this microcontroller and it works but i am not able to enter Debug Mode as it shows the following in the console screen: ...
Sanjay Suresh's user avatar

15 30 50 per page
1
2 3 4 5
7