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

Resolved! CMake error when building STM32 project outside STM32CubeIde

Hello everybody,I'm trying to build an STM32 simple example based on CMake from the Windows shell but I got an error (I think because CMake doesn't find the GCC STM32CubeIde toolchain configuration).If I run CMake from STM32CubeIde all works fine (I ...

MaxC by Associate III
  • 1467 Views
  • 4 replies
  • 4 kudos

Unable to read the data from the DHT11 temperature sensor

I have written the following bare-metal code to get readings from the DHT11 sensor on my stm32 G071RB board:I have attached my main.c file below. When I try to debug my code, the execution halts at - while ((DHT11_PORT->IDR & GPIO_PIN_12) != 0); in t...

HZ by Associate II
  • 1389 Views
  • 3 replies
  • 0 kudos

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
  • 1550 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
  • 1927 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
  • 568 Views
  • 2 replies
  • 0 kudos