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

Single Conversion Mode for Multi-channel Reading

I m using an STM32 Nucleo F334R8 (for the first time) to control an Inverter. i m having problmes with the ADC channels reading. I have 6 ADC1 channel and 2 ADC2 channels. these channels are going to serve the following purposes:1. All the channels h...

johnjones by Associate II
  • 1126 Views
  • 3 replies
  • 0 kudos

Issue with populating the framebuffer?

So I'm using an ST7789VI display connected to a STM32L4R9I-DISCO board. I've made some test projects in CubeIDE without using TouchGFX to ensure that the driver file and everything else was correct. However, when I try to integrate TouchGFX designs, ...

Hafez1 by Associate III
  • 369 Views
  • 0 replies
  • 0 kudos

Resolved! invalid initializer error

Hello,My first time posting on this forum so apologies in advance. I am working with an LCD screen that will have multiple menu's so I designed this struct with multiple pointers. However, I am running into this error where I cannot seem to use mallo...

msalaz03_0-1721930555970.png
msalaz03 by Associate
  • 1045 Views
  • 3 replies
  • 1 kudos

Resolved! Can't get Printf to work on CubeIDE

Currently using a STM32L4R9I-DISCO and I've been struggling to get the SWV ITNM Data Console to work so I can do some debugging. I'm quite new to this, but I've followed every tutorial online to enable UART and how to set it all up, to no avail. I've...

Hafez1 by Associate III
  • 2551 Views
  • 13 replies
  • 5 kudos

STM32H750 Reboot

Hello, I am working on a STM32H750. Since the flash is limited, I implement a bootloader and an application. The application is programmed into an external flash. When I am developing the application with STM32CUBEIDE, I have to reboot the board manu...

hbZhao by Associate III
  • 440 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H750 Copy to ITCM without GCC "Copy to NULL" warning

I see lots of posts with folk struggling to get code into ITCM, but not the (sorta) problem I have after getting things working.  It is just a compiler warning, but I'd like to find an elegant way of handling it.The issue is I am using memcpy to copy...

Will5 by Associate II
  • 719 Views
  • 5 replies
  • 1 kudos

Can we use CAN FD for sending 3000byte of data

Hello,Our Application need to send 3000 bytes of data over CAN busCAN FD allows us to send 64 bytes of data in one frameIs it feasible to use CAN FD for our application?Is there any other way, which we can use in CAN?Also can we use the Multiframe co...