STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

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

STM32CubeIDE 1.5.1: Memory viewer broken ?

I recently upgraded to 1.5.1 and it seems I am now unable to look at the ram memory anymore for some mysterious reason . Eg I wanted to check the stacks of my freertos tasks but the memory shows up as all ???????? from 0x200003F0 onwards (between 0x2...

0693W000006H5FEQA0.jpg

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
  • 900 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
  • 886 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
  • 2176 Views
  • 3 replies
  • 1 kudos