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

I keep on running into -> void HardFault_Handler(void); When my HAL_TIM_PWM_Start_DMA(&htim1, TIM_CHANNEL_1, (uint32_t *) pwmData, index); Is called

Hi. I seem to get HardFault_Handler error when I start my HAL_TIM_PWM_start_DMA function.I am not sure if it just gets stuck in an infinite loop in the while() called right after it.This looks like allot of code but really its just 5 of my functions ...

CMcC.1 by Associate II
  • 653 Views
  • 3 replies
  • 0 kudos

Resolved! How to reasonably use git source control

I'm trying to create process for development with CubeMX/CubeIDE projects.I'm seeing pathing issues that show up when my project is moved. Which also means when it's cloned to another computer.Simple steps I've done to reproduce this:Created a new pr...

0693W00000Dmq5uQAB.png 0693W00000Dmq6JQAR.png

Resolved! Is there a panel to shown warnings in STM32CubeIDE?

HelloI'm using 'STM32CubeIDE 1.7.0'.I've copied a project using: The new project failed the first time I built it as the User Code in main.c had not been copied over. Once I added this missing code the project compiled and ran correctly on the Nucleo...

0693W00000DneRqQAJ.jpg 0693W00000DneRvQAJ.jpg
ron_w by Associate III
  • 1764 Views
  • 2 replies
  • 0 kudos

Must reconnect Nucleo to USB in order to run code

I have a simple cubemx generated project where i simply toggle led and printf to my external console. After programming the program isnt running. i must reconnect the st-link usb interface and then the program will run normally. Simply pressing re...

Rshaw.1 by Associate II
  • 1004 Views
  • 4 replies
  • 0 kudos

I'm extremely new to all of this. My goal is to connect 2 to 4 accelerators to a STM32F3DISCOVERY and record an event based on the rising edge of a signal. Any direction on this is much appreciated.

I picked the STM32F3 Discovery board because it has 4 ADCs that can supposedly record data at 5MSPS. I am new so a little direction on example code and which pins to use would be great. Im currently trying to be more familiar with the STM32CubeIDE...

MHawk.1 by Associate II
  • 1061 Views
  • 7 replies
  • 0 kudos

Placing string in a fixed memory address on flash

I want to place a variable at a fixed address on my flash memory:#define MYDEF "abcdefg" const u8 MY_CHAR[] __attribute__((section(".ARM.__at_0x0blabla"))) = MYDEF;this works with KEIL IDE, but I switched to STM32CUBE IDE and it is not working. The ...

DGo.1 by Associate II
  • 5499 Views
  • 7 replies
  • 0 kudos