STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

STM32Cube IDE issues

If you delete the project folder from the workspace and then put there a copy previously made from the archive, the Cube will not be able to open it.How can I solve this issue?

olezhandr by Associate III
  • 368 Views
  • 1 replies
  • 1 kudos

Partial error with custom external loader

Hello,i created my own external loader for STM32F767IGT MCU with W25Q256 QuadSPI FLASH.When i read its memory with STM32CubeIDE i can see all of it and the test works perfectly. But when i read it with STM32 Programmer i see only 99999999 until about...

0693W000001qN8GQAU.png
AMerc.4 by Senior
  • 362 Views
  • 0 replies
  • 0 kudos

compilation STMCubeIDE nosys.spec

Upon building with STM32CubeIDE I just get > collect2: error: ld returned 1 exit status> make: *** [makefile:44: help.elf] Error 1Calling arm-none-eabi-gcc directly gets me> arm-none-eabi-gcc: error: nosys.specs: No such file or directoryAny suggesti...

SWink by Associate II
  • 1277 Views
  • 4 replies
  • 0 kudos

Im trying to get LWIP to connect to a remote server, but im returned with Routing error ( err_t ERR_RTE) when calling tcp_connect(). The card is a Nucleo F746ZG and im using stm32QubeIDE with LwIP added as a middleware

Snuippet of source code /* Initialize all configured peripherals */ MX_GPIO_Init(); MX_USART3_UART_Init(); Print("USART init ok\n"); MX_USB_OTG_FS_PCD_Init(); Print("USB pcd init ok\n"); MX_LWIP_Init(); Print("LWIP init ok\n"); /* USER CODE BEGIN 2 -...

DIsak.1 by Associate
  • 565 Views
  • 0 replies
  • 0 kudos

hi guys. I'm using stm32l412kb and working with STM32CubeIDE 1.3.0. I use to use this function when I worked with 8051: xdata u8 REG_INIT[32] _at_ RAM_Image+0x0020; and I'm looking for an alternative function

I want to define array [32] at a specific address. This is what I wrote: #define Step 0x8#define MainAddress 0x801F800#define BiasRefInit *(uint64_t *)(MainAddress+ 0*Step)#define InterREGdelVAL100u *(uint64_t *)(MainAddress+ 1*Step)#d...

0693W000001qBiRQAU.jpg
Gbasi.1 by Associate II
  • 437 Views
  • 1 replies
  • 0 kudos