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
0
votes
0 answers

C++20 modules in arm-none-eabi-g++

I'm using STM32CubeIDE which includes arm-none-eabi-g++ (GNU Tools for STM32 7-2018-q2-update.20190328-1800) 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] Is there any way to use C++20 Modules? C++2a Language Features table states…
Xpector
  • 639
  • 1
  • 5
  • 17
0
votes
1 answer

Communication Between ESP8266-01 and NUCLEO-F030R8

I've been tasked with figuring out how to get a mobile app to communicate with an MCU then in turn control a stepper motor. Right now I'm trying to get the WiFi module (ESP8266-01) and MCU (NUCLEO-F030R8) to play nice with each other. The catch is I…
GollumInATuxedo
  • 153
  • 1
  • 1
  • 10
-1
votes
1 answer

STM32G031J6M6 programmed once

Connection: Hi I use STM32G031J6M6. Connection: Why i can load firmware to mcu only once? After programing Stm32CubeIde can't connect to mcu. I have to erase the chip using "STM32 ST-LINK Utility" every time when i need to load new firmware. I use…
Sem
  • 45
  • 5
-1
votes
1 answer

STM32CubeIDE's post-build step to convert to hex or bin

I'm using the STM32CubeIDE for the project build but trying to do post build steps as a method to put the application checksum/crc into the .hex file. I read that the below command should work with the STM32CubeIDE builder. first to convert .elf to…
-1
votes
1 answer

STM32F103RET6, ST-LINK V2, DEV_TARGET_CMD_ERR, SWD does not work properly

I have a custom STM32 board which has basically only the needed components to flash and use an STM32F103RET6 on board. This means, there are only a few capacitors for voltage stability, an 8MHz quarz + circuitry, and a few connectors on it. I have…
Vandrey
  • 531
  • 1
  • 8
  • 23
-1
votes
1 answer

My mac is blocking all dylib used by STM32CubeIde

When I try to Debug on STM32CubeIde my mac blocks the dylib it use, I go to preferences and security and allow it to run, but there are so many dylib and the Debug mode fails
-1
votes
1 answer

How can I restore the old STM32 files to new

There is a TrueStudio project which is written in 2014. How can I use this project? I can show main.c file on STM32IDE but IDE can not see headers and another files. All file locations are different. Is there a program for this?
-1
votes
1 answer

Stm32 CubeIde how to disable receive interrupt command

I have a program which enables interrupt receive until 250ms passed after message send, and after 250ms it should diable the interrupt and shouldn't receive any message until new message send. I wrote somethnig like that and I think it will work if…
ouston
  • 11
  • 1
-1
votes
1 answer

Transmit data to an adress stm32CubeIde

I am newly working on Stm32CubeIde and I am trying to understand how it works. I would like to transmit data to a specific address using the UART port and I don't know how to do it. So far I have been able to transmit using these three…
pat des pat
  • 117
  • 3
-1
votes
2 answers

Stm32 Log Messages

good day, stm32 nucleo board I want to write informative Log messages using. For example, I want to display the message that the program has started by using the Log("Program started") function when the program starts during this period, or I want…
-1
votes
4 answers

Delay implementation in STM32 using for loop

I am using a NUCLEO-L476RG development board, I am learning to write GPIO drivers for STM32 family I have implementing a simple logic in which I need to turn on an LED when a push button is pressed. I have a strange issue: Edit 1:The Bread board LED…
Ashwin Sekar
  • 1
  • 1
  • 5
-1
votes
1 answer

STM32 ADC Averaging Values

I would like to get peak value from STM32 adc samples. I have written the below code and I've managed to get peak value however most of the time this value includes the biggest noise. In order to eliminate noise effects, I have decided to apply…
Umt
  • 1
  • 1
-1
votes
1 answer

Putty on linux not showing received data from stm32F407VG

I am new in microcontroller and I was trying to send data from stm32F407VG to usb serial port connected to st-link using usart2 and HAL. I tried to print the data received on PuTTy . On PuTTyI set my port which is /dev/ttyACM0 and selected the baud…
DextroLaev
  • 106
  • 6
-1
votes
1 answer

How do I fix my code to make an LED blink on an STM32 Nucleo Board in sync with 1sec, 50% duty cycle PWM?

My board is the NUCLEO-H743ZI2 I configured TIM4,CH2 as PWM such that TIM4 output should be HI for half a second and LO for half a second. Here is the block.ioc clock and pin configuration I auto generated the code and tried to add my own to…
user P520
  • 317
  • 2
  • 10
-1
votes
1 answer

STM32 debugging issue

I am using a Nucleo F303RE board. And whenever I try to debug in STM32cubemxIDE. It always shows an error for failed to start GDB error. I have attached the screenshot I have updated the ST-Link firmware and also checked my device manager. I have…
1 2 3
25
26