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! GPIO initialization for STM32F769I-DISCO

Hello,I want to do GPIO initialization for STM32F769I-DISCOhere, i am using those pins in my code: {GPIO_InitStruct.Pin = EV2_Pin|AF1_Pin|WF5_Pin; GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; GPIO_InitStruct.Pull = GPIO_NOPULL; GPIO_InitStruct.Sp...

Dynamic memory allocation problem

HiI have a weird problem and do not understand where it could come from and thus do not know how to solve it. I am adding list entries to a list, and it seems to function correctly when I add them hardcoded. However, when attempting to add an entry r...

MFäh.1 by Associate II
  • 731 Views
  • 2 replies
  • 0 kudos

stm32 with stepper motor driver tmc2660

Hi ,in my project i was having a requirement  that the three stepper motors are need to work using STM32 -> TMC429 motion controller -> TMC2660.THE SPI communication between the TMC429 and MICROCONTROLLER is working, and verified. but in the case of ...

Resolved! Find out who is writing to memory address

Hi Is there a way to sort of set a breakpoint to figure out which part of my code is messing with a specific memory address in STM32CubeIDE?I've got this dynamically allocated address that keeps getting changed by something else in my code, and I'm t...

MFäh.1 by Associate II
  • 748 Views
  • 3 replies
  • 1 kudos

Resolved! One MCU type, multiple functionalities, one hex file

In a project there are multiple MCUs of the same type. Each of these must have the same software on it and decide at startup which role they take. Some pin definitions are common for all the MCUs (like clock, identification, communication,...) and ot...

stm32u575rit6 USB without Threadx

Hi!i am working with STM32U575RIT6,i want to read and write data through USB_OTG_FS (without threadx).i have externally added the middleware and usb device files (not generated files) to my project.i am facing a linker error,all the file paths and th...

usb_e1.png usb_e2.png usb_ne.png
ramyasree by Associate II
  • 2054 Views
  • 5 replies
  • 2 kudos

Resolved! Third Party library

Hello,  I am trying to compare a third party libraries size on my STM32 project.  Methodology  Firstly, i build a project without including a third party library and build it. Secondly i build a project after including a third party library and compa...

Hardik02_0-1709118846997.png Hardik02_1-1709118854451.png Hardik02_2-1709118877055.png
Hardik02 by Associate II
  • 1474 Views
  • 6 replies
  • 3 kudos