STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

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

Resolved! Where do I set the include path on STM32CubeIDE?

This really seems like a simple thing, but I cannot figure it out. I am getting a linker error "cannot find -l:libtouchgfx-float-abi-hard.a". I can see the file so I know it exists, but it's not finding it. Adding the file manually to the include ...

Unable to communicate between stm32 and as7262 sensor

I'm using stm32 discovery board and connecting with as7262 sensor. The datasheet for as 7262 sensor is https://ams.com/en/as7262I am unable to retrieve the data using I2C communication. I have uploaded my code below.#define AS7262_ADD 0x93 #define ST...

RSath.1 by Associate II
  • 2885 Views
  • 6 replies
  • 0 kudos

I am using STM32F7 series. I created httpd server ethernet project. I have web code which html,css,js. But my microcontrollers memory not enough for these codes. I need to use SD Card.

I need to put it my web codes (html, css, js) to SD Card. Also These codes need to work on SD Card. Because my web codes memory size is around 300MB. Normally I worked my code (basic html files) without SD Card. It needs converting to fsdata.c files....

KAnahar by Associate III
  • 1156 Views
  • 5 replies
  • 0 kudos