STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

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

TICK_INT_PRIORITY affected by enabling TRACE outputs

I'm working on a project based on a STM32F107VC using CubeMX V6.3.0 using STM32Cube FW_F1 V1.8.4. In this project, the Timebase Source is set to TIM7. In the original project state, the code generation defines TICK_INT_PRIORITY to 0U.We need to remap...

JPerr.2 by Associate III
  • 827 Views
  • 0 replies
  • 0 kudos

Resolved! [STM32CubeIde] No auto-completion in expressions window

Hello,I have no auto-completion in the expressions and live expressions windows. This is quite annoying because the complete variable names have to be typed in.In the editor window the auto-completion works fine.I know it from other Eclipse based IDE...

ThorstenO by Associate II
  • 1176 Views
  • 2 replies
  • 0 kudos

Problems with importing OTA Software Pack

Hello!I am doing a Bluetooth OTA application and noticed there is an OTA software package.STMicroelectronics X-CUBE-BLEMGR   ->BLE_Features  ->Miscellaneous  ->WB_FirmwareUpdate / OtaBut when I select the "WB_FirmwareUpdate / Ota", then a warning wit...

DenDanne_0-1694022695982.png DenDanne_1-1694022910931.png
DenDanne by Associate II
  • 1321 Views
  • 3 replies
  • 0 kudos

Resolved! Can't set preemption priority for ethernet global interrupt

Hi,I am making LwIP + TouchGFX project on STM32H750B-DK following the next tutorial:https://github.com/GrzHeller/STM32H750B-DK_TouchGFX_FreeRTOS_MQTT_Example/blob/main/README.mdWhen setting ethernet settings in .ioc I can enable ethernet global inter...

eth.PNG
AK16 by Associate II
  • 1168 Views
  • 1 replies
  • 0 kudos

Resolved! 2D-FFT rfft and cfft functions

I have a 2D array input buffer. so, what is the correct way to implement the rfft and cfft functions?float fftIn[16][512] is my input. So, I applied for a loop like below:arm_rfft_fast_init_f32(&fftHandler, 512); for(int d =0; d<16; d++){arm_rfft_fas...

AKhot.1 by Senior
  • 2607 Views
  • 3 replies
  • 1 kudos