STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

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! Is the HAL IRQ callback function running outside of irq context ? Is this a good place for some string processing ?

I am currently working with UART in DMA mode for CLI implimentation. I would like to do some string parsing as part of the HAL_UART_RxCpltCallback.Is this callback running in IRQ context or outside of IRQ context ? Is this the correct place for post...

PRedd.5 by Associate II
  • 900 Views
  • 4 replies
  • 0 kudos

Hardfault error Float

Hi,I am using stm32 f407 for my project. I have set stack size min 0x6000. I am using STM Cube IDE. In one of the project files I have a float assignmentfloat val = resizedImage[i]; I have enabled FPU in the systemInit() function. I have set FPU_P...

SPrak.4 by Associate II
  • 1383 Views
  • 2 replies
  • 0 kudos

Live Expression refresh rate and Semihosting

I have two questions about the IDE:Is there a way to change the refresh rate of the variables in Live Expressions?Semihosting works only with OpenOCD. The problem with OpenOCD is that the Live Expressions doesn't work. Are you going to implement the ...

JHilj by Associate
  • 524 Views
  • 0 replies
  • 0 kudos