STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STMCUBE IDE can we use two debug window at time?

Hello, I am using the NUCLEO-h745ziq board. I am using two board for SPI loopbacking.One board as master and one board as SLAVE. Can we use the two debug window at time. Because I launch the one stmcubeIDE window 1.5.1 and another from stmcubeide 1.6...

MDeva.1 by Associate II
  • 1802 Views
  • 3 replies
  • 0 kudos

stm32cubeIDE 1.16 errata

Hi,I am developing software on the stm32h743 using threadx and have just updated the IDE to version 1.16.In the Errata document for IDE 1.16 under target specific issues it says the following:184869ThreadX should not be available on H7 single core, a...

alan32 by Associate
  • 373 Views
  • 2 replies
  • 0 kudos

OPUS Codec library for STM32 MCU

I am trying to develop an OPUS Codec library for an STM32H723 Nucleo board. But I am running into build issues related to the specific STM32 target and/or intrinsics available. Has anyone successfully done this (created an Opus.lib)? If so, can you s...

0693W00000aJst2QAC.png
MHoop.1 by Senior
  • 1026 Views
  • 3 replies
  • 0 kudos

Flashing code with stlink does not run code

I used the STM32CubeIDE to make a simple LED flashing program for an STM32H753. When I run the code with the CubeIDE, it uploads and flashes the LED as intended.I would like to be able to run this code without the CubeIDE. I am on Mac and have stlink...

JKing.8 by Associate III
  • 1735 Views
  • 8 replies
  • 0 kudos

cube-mx, xcube-ai, stm32h7 model generation.

Hello,Xcube-AI model generation. input file tflite.During model generation(Analise) i am getting error with Analyzing modelC:/Users/Yashwanth.LAPTOP-5EKATUMV/STM32Cube/Repository/Packs/STMicroelectronics/X-CUBE-AI/8.1.0/Utilities/windows/stm32ai anal...

Resolved! How to fix variables to a specific memory using STM32CubeIDE

Hello, everyone.I am using STM32CubeIDE.I want to position one variable in the .noinit section and to secure the memory location of this variable to 0x2001FF0.volatile uint8_t data1 __attribute__ ((section (".noinit")));I succeeded in using the above...

Ekim.1 by Associate II
  • 2101 Views
  • 3 replies
  • 1 kudos