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

USING NUCLEO 429 ZI , The program pass Build, Debug ,But when clicking RUN there is a message , Break at address "0x120124" with no debug information available, or outside of program code.

there is a possibility to click view disassembly , when clicking there is alot of lines that look like 681b0c86:  movs  r0, r0681b0c88:  movs  r0, r0681b0c8a:  movs  r0, r0681b0c8c:  movs  r0, r0681b0c8e:  movs  r0, r0681b0c90:  movs  r0, r0681b0c92:...

RKore.1 by Associate II
  • 430 Views
  • 1 replies
  • 0 kudos

STM32CubeIDE How to import examples from repository

Hi to all,I'm facing an issue in import example from repository in STM32CubeIDE.following this https://wiki.st.com/stm32mpu/wiki/How_to_get_started_with_STM32CubeIDE_from_scratchthe source file in imported project are not recognized.16:51:27 **** Bui...

ABatt.1 by Senior
  • 877 Views
  • 2 replies
  • 0 kudos

The STM32CubeIDE has a debugger window that lets you look at the SPF (Special Function Registers). Why are the set of GPIO registers not included? I am trying to see if RA2 and RA9 are set up the same. But I do not know how to look at them in the debugger

 This lets me see most registers. Why are the GPIO registers not included?How do I examine their settings? Normally I would print them out, but I am trying to debug the serial port so I cannot print them out to a terminal. Thanks,

0693W00000Nsq6uQAB.png
KiptonM by Lead
  • 1293 Views
  • 5 replies
  • 0 kudos

Remove all SWV data

When I use SWV Statistical Profiling and click the "remove all collected SWV-data" (red cross button), when I restart the program, no SWV data are collected. Is there a way to overcome this behavior without having to terminate / restart the debug ses...

JPerr.2 by Associate III
  • 636 Views
  • 3 replies
  • 0 kudos

Resolved! Linking new added h and c files to the project

I've created h and c files in Inc and Src folders, I get the following error: "undefined reference to `ILI9341_DrawPixel'*.h file:void ILI9341_DrawPixel(uint16_t x,uint16_t y,uint16_t color);*.c file:while (x >= y) { ILI9341_DrawPixel(X + x, Y + y, ...

ksale.1 by Senior
  • 605 Views
  • 4 replies
  • 0 kudos