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

fail to write flash into STM32C0, HadFault_Handler()

Hi, may have some reference on writing flash into STM32C0 using STM32CubeIDE? I tried to write program just to eraser flash and it enter the function HardFault_Handler(). Here are my codes:  void myFlash_init(void){FLASH_EraseInitTypeDef flash_erase_...

Hollis_K by Associate III
  • 889 Views
  • 3 replies
  • 0 kudos

User bootloader, bootloader

Hi all, I'm working on user bootloader in stm32l4p5 board. I'm facing problem in dual bank swapping. My plan is to keep bootloader code in bank 2 and application code in bank1. When ever a new bin file is available I will switch to bank2 ,after erasi...

pvall.1 by Associate II
  • 1174 Views
  • 3 replies
  • 0 kudos

Error Updating STM32Cube IDE to latest version

Hi, I am trying to update my STM32Cube to the latest version using Help > Check for Updates, the update fails with the following error:Trying to update Cube V1.9.0 to the latest, running OSX 13.0. How do I fix this?I found another thread which sugges...

EPala2_0-1699904553713.png
EPala.2 by Associate III
  • 1727 Views
  • 4 replies
  • 2 kudos

Build problem with fresh new git clone

HiI have this strange problem which manifest itself using headless build and also inside CubeID when I git clone my project for the first time.Build Settings : I have 4 custom build configuration. I also removed Debug and Release configurations that ...

TGUCL.1 by Associate III
  • 695 Views
  • 0 replies
  • 0 kudos

Using a defined constant inside HAL_UART_Transmit

Hello,I'm using STM32 with STM32CubeIDEThis is my code:#define SOME_DATA 0x01 HAL_UART_Transmit ( & huart6 , SOME_DATA , 1 , 1000 ) ;The compiler issues the following warning :passing argument 2 of 'HAL_UART_Transmit' makes pointer from integer witho...

skon.1 by Senior
  • 5088 Views
  • 10 replies
  • 0 kudos