STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Importing drone firmware into STM32CUBEIDE

Not sure if this is the right place to post but for drone firmware such as betaflight or iNav that run off STM32 MCUs like F4xx, how would one go about importing and using the firmware files inside of CUBE IDE so that firmware itself can be changed a...

ZHama.1 by Associate II
  • 2103 Views
  • 4 replies
  • 2 kudos

Using C++ Builder

STMCubeIDE seems to give endless problems. Since the MX can generate c++ code what is the possibility of using all the generated files in C++ Builder? If This is possible, which files should I look for? Has anyone tried this before or will we just ha...

techdesk by Associate III
  • 2739 Views
  • 10 replies
  • 1 kudos

Resolved! linker file

The wizard procedure put in my project this file <STM32U575ZITXQ_FLASH.ld> and this file <STM32U575ZITXQ_RAM.ld>.When is used the first and when the second and where is written in the project which one to use?Because in the linker section, as for Deb...

IVent.1 by Senior
  • 1982 Views
  • 1 replies
  • 3 kudos

STM32F4 libusb-win32 with FREERTOS problem

Hello, I'm using STM32F407VGT board to send and receive data to/from a Nodejs application via libusb. This works correctly when not using freeRTOS, but as soon as i create a freeRTOS task or use any CMSIS function such as  osDelay() the board's usb d...

Resolved! stm32f407 ftp client

helloim using stm32f407vgt6 and cubeide without os.i configured ethernet using cubemx perfectly.now i need ftp client, i cant find proper resources for do this.thanks for your helps.

Resolved! Code generation - ADC3 prescaler

In the IDE GUI, when selecting asynchronous clock division for ADC3 on STM32H747XIH, the value generated in the code seems to be taken from ADC1, e.g.:ADC1 (divided by 4):ADC3 (divided by 6):generated code (shortened):/* ADC1 init function */ void MX...

heveskar_0-1713024808318.png heveskar_1-1713024842396.png heveskar_2-1713025453593.png heveskar_3-1713025453592.png

STM32CubeIDE hangs on close

STM32CubeIDE hangs on close, on macbook air mac os Big Sur CPU: Intel core i3. After forced closing, the next time you start STM32CubeIDE, it opens some strange interface that is different from the usual interface (I attach the screen), this problem ...

0693W00000Dn1PqQAJ.png
IAKHM.1 by Associate II
  • 1147 Views
  • 4 replies
  • 0 kudos

Resolved! Use SD Card/ FATFS

Good morning, I am looking to write data in csv format to my SD card with an SD shield. So I activate the SDMMC1 port and the FATFS driver for my SDMMC1 port, when I generate I then have 300 errors on my HAL header. Do you have any idea what the prob...

MickaelRacloz_1-1713253202127.png MickaelRacloz_2-1713253226959.png MickaelRacloz_3-1713253309413.png