STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! Hardfault in NonSecure_Init

  #define VTOR_TABLE_NS_START_ADDR 0x08100000UL static void NonSecure_Init(void); static void MX_GPIO_Init(void); static void MX_GTZC_S_Init(void); static void MX_ICACHE_Init(void); int main(void) { HAL_Init(); /* GTZC initialisation */ MX_...

Riya_0-1712138637083.png Riya_1-1712138679394.png Riya_2-1712138700909.png
Riya by Associate II
  • 2136 Views
  • 4 replies
  • 0 kudos

Resolved! Problem after updating CubeIDE to 1.15.0

Hello.After updating STM32CubeIDE to 1.15.0 I faced this problem :(I can't run or debug any projects. Of course, software for STLink was updated.Hope, someone has a solution. My console includes this information:Encountered Error when opening ..........

cube-15_1.png
DmitriG by Associate II
  • 2332 Views
  • 4 replies
  • 3 kudos

CAN1 communication doesnt work

Hi I'm very new in working with CAN-bus. My project involves two stm32 boards (both are nucleo-l433rc-p) and I want to get CAN-bus communication between them. The code is supposed to make a build in LED blink each time the blue button on the main nuc...

Mr4_1-1708681676633.png Mr4_2-1708681748704.png Mr4_3-1708681789418.png Mr4_4-1708681846276.png
Mr4 by Associate III
  • 710 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeIDE Version: 1.15.0 Update and Login Problem

Hello The STM32CubeIDE Version: 1.15.0 doesn't create the code for me because I can't login in the software persistently can't connect to the internet. I followed some advice found on this community thread https://community.st.com/t5/stm32cubeide-mcu...

Cattura.PNG
AntoR by Associate III
  • 872 Views
  • 2 replies
  • 2 kudos

Hardfault handler infinite loop

Hello, I am currently using a Nucleo F446RE board and i am facing problem while trying to read an analog pin using ADC functions. When i start running or debugging the project, i immediately fall down into Hardfault_handler function. I don't know wha...

Erwan03 by Associate III
  • 1632 Views
  • 5 replies
  • 1 kudos

Resolved! problem in compilations

Hello,I have imported existing project to cubt ide version 1.5.below is the problem i am facing.Problem running CDT Scanner Discovery provider com.st.stm32cube.ide.mcu.toolchain.armnone.setup.CrossBuiltinSpecsDetectorError serializing language settin...

vrund by Associate II
  • 1703 Views
  • 5 replies
  • 0 kudos

Resolved! API is not coming up outside of the function body

Hi,I am trying to add HAL_I2C_Mem_Read into my application. However, when I write the API in the region below, it is not auto filled, I can not use the API. On the other hand, when I add the API inside the above function it works.How can I fix this ?...

demir_0-1712148947715.png demir_1-1712148996290.png
demir by Senior II
  • 748 Views
  • 3 replies
  • 1 kudos