STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

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
  • 1255 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
  • 1247 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
  • 1298 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
  • 1748 Views
  • 4 replies
  • 3 kudos