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

Memory alignment(structure Padding)

Hi,I am using STM32CubeIDE 1.6.0.In my program for EEPROM read/write I have use structure but its takes too much size because of padding.I tried with #pragma Pack, __attribute__((packed)), even by rearranging the structure member.but there is no size...

Bs.1 by Associate II
  • 909 Views
  • 1 replies
  • 0 kudos

Resolved! How to change the compiler version on CubeIde

If I want CubeIde to use a specific gnu arm version which is on my local system, should I just setup the build variable "gnu_arm_embedded_compiler_path" ? Is that enough?If I wish to check the current version that cube ide is using, how do I do that?...

DMukh.1 by Associate
  • 6766 Views
  • 2 replies
  • 0 kudos

Can't run program through CubeIDE.

Normally, I click "Run" in CubeIDE, my program loads onto the Nucleo board and starts running as soon as its loaded. However, in the course of using the debugger, I've somehow messed this up. Now, when I press run, the program downloads correctly, bu...

ASmit.4 by Associate II
  • 464 Views
  • 0 replies
  • 0 kudos

Resolved! How to write stm32l5xx_hal_mmc DMA to stm32l5xx_hal_ospi?

I’m attempting to optimize a process of loading a large file from eMMC flash memory directly into a SPI device with 8 data lanes. Originally, I meant to use peripheral to peripheral in the DMA component that comes internally with the STM32L5 series. ...

DBark.2 by Associate III
  • 1226 Views
  • 4 replies
  • 0 kudos