Questions tagged [stm32cubeide]

An Eclipse-based all-in-one IDE from ST Microelectronics for C/C++, with an embedded STM32CubeMX tool

STM32CubeIDE is an all-in-one multi-OS development tool, which is part of the STM32Cube software ecosystem. STM32CubeIDE is an advanced C/C++ development platform with peripheral configuration, code generation, code compilation, and debug features for STM32 microcontrollers and microprocessors.

381 questions
-1
votes
1 answer

Getting a reading from STM32 ADC when pushing a button

Using CubeIDE and a STM32F4 board I'm trying to start an ADC conversion and make one of the two LEDs blink depending on the ADC value - if the value is smaller than a certain limit then one LED should blink and the other stay off, but if the ADC…
reip
  • 11
  • 4
-1
votes
1 answer

How to suspend watchdog counter during debugging with Segger J-link pro and Stm32cubeIDE

I'm trying to debug my application with the Segger J-link since the ST-Link debugger that comes with the Nucleo dev board allows only 5 breakpoints. I cannot find a way to stop the watchdog during debugging sessions. Where can I find such…
Alexis
  • 576
  • 1
  • 10
  • 29
-2
votes
1 answer

STM32 F334R8 I2C GPIO problem - not working

I have a Nucleo-F334R8 and am using STM32Cube IDE Version: 1.3.0 Build: 5720_20200220_1053 (UTC). The UART2 already works and prints stuff correctly, now I want to control a display over I2C, but the Nucleo seems to have trouble to initialize the…
Elec
  • 17
  • 6
-3
votes
1 answer

Pass from HC-05 Data Mode to HC-05 AT Command mode by writing some bunch of code

My main problem is to reduce the power consumption of the HC-05 Bluetooth module. As it may be known, such a module consumes lower and lower energy when it is in the AT Command Mode (between 1.5 and 3 mA current). Since my project requires sending…
-5
votes
1 answer

"Could not write metadata for '/STM32H750B-DK'."

This is the error msg in STM32CubeIDE Could not write metadata for '/STM32H750B-DK'. C:\WorkspacesCube.metadata.plugins\org.eclipse.core.resources.projects\STM32H750B-DK.markers.snap (The system cannot find the path specified) I tried to create a…
Amadej
  • 1
  • 3
1 2 3
25
26