STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

Color codes on SWV ITM Data Console

Hi, Is there a way to use color codes on printf shown on SWV ITM Data Console?Something like https://stackoverflow.com/questions/5412761/using-colors-with-printfIf not, would be cool to be implemented?

Using SD card with STM32F72CBT6

Hı ı am using spi1 one for to write log to sd and using uart2 interrupt to get gps data. But today when ı checkup the rxbuffer ı see nothing . when ı close " fresult = f_mount(&fs, "/", 1); "it startted to read again how it is possible.Also ı am usin...

SWD on ITM data Console H755 400Mhz not work

Hi,I need help for this problem :printf to ITM console doesn't work on nucleo-h755ZI-Q with core clock configured at 400mhz and serial wire configured with the same clock value. The function "__io_putchar" is called, but no data is printedThe same pr...

GPHIL.1 by Associate II
  • 415 Views
  • 0 replies
  • 0 kudos

How to efficiently debug/monitor STM32 memory usage

Hello. I have been programming for a couple of years but never really used proper debugging/monitor tools. I have been using printf method for debugging most of my projects.I am now learning about different and more powerful debugging tools that are ...

LPetr1_0-1689843145805.png LPetr1_1-1689843178858.png LPetr1_0-1689843544954.png
LPetr.1 by Senior
  • 7931 Views
  • 8 replies
  • 6 kudos

software packege

I have seen the  @Peter BENSCH 's  Window > Preferences > Network connections solition but I couldn't fix the problem. I can't generate code because of this error. How can I fix it ? Have somebody ever encountered like this problem ?   

Ekran görüntüsü 2023-07-31 222215.png
aykutz by Associate
  • 329 Views
  • 1 replies
  • 0 kudos

Image processing on stm32f407

Hi,I am currently working on an object-tracking project on a stm32f407 board. I am using an OV7670 CMOS camera and a 16-bit TFT LCD display. I am able to carry out DMA transfer for transferring dcmi->DR values to FMSC address space, thereby being abl...

f103RB can bus transmit error

Hello staff,I'm trying can bus interface on dev board nucleo-f103RB. I immediately pass the self-loop test mode and move on to build a minimal CAN with 2 nodes(2 f103RB, one as transmitter and the other as listener). I'm using normal communication mo...

Screen Shot 2023-07-31 at 5.09.20 PM.png
CWang.14 by Associate II
  • 981 Views
  • 2 replies
  • 1 kudos

HC-SR04 issue w/ NUCLEO-L432KC

I am trying to interface the HC-SR04 sensor to the NUCLEO-L432KC board. Here are the connections:VCC -> 5VGND -> GNDTRIG -> A0ECHO -> A1Despite not getting any errors, I am consistently getting the value of 0 as the distance. I suspect the issue lies...