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

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
  • 297 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
  • 283 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
  • 996 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
  • 478 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
  • 335 Views
  • 1 replies
  • 0 kudos

How to use __LL_ADC_CALC_TEMPERATURE?

I have a project with the STM32L053R8.So far, so good, it works. Now I wanted to use __LL_ADC_CALC_TEMPERATURE to get the actual chip temperature - but it is not available in the __LL-list and also not in the include-file.Can you please tell me, how ...

ASchm.1 by Associate
  • 1442 Views
  • 2 replies
  • 0 kudos