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! How to disable/MASK an exti line ON THE FLY

I'm currently trying to implement a button interrupt and need to disable the button interrupt after the initial call to the isr to avoid excessive interrupt triggering due to debounce. I'm using STM32CUBEIDE/MX currently. The button works as desir...

Craig1 by Associate
  • 3693 Views
  • 19 replies
  • 0 kudos

cubeide freezing

Hi,I have two functions that set visible and invisible some boxes on the same screen. When I debug the main.c and change the variable to call functions, half of the screen invalidates and sometimes, debugging freezes somewhere. Every time it freezes ...

Ezgi by Senior
  • 306 Views
  • 1 replies
  • 0 kudos

HAL_SYSTICK_Config() hangs on HAL_Init()

I had a working project in STM32CubeIDE when "suddenly" HAL_Delay() did no longer properly work (with the stepper motor shield). During investigation I found that HAL_Delay was basically hanging forever. No, without knowingly changing something, my c...

0693W00000AP5kEQAT.png
MDaub.1 by Associate III
  • 501 Views
  • 0 replies
  • 0 kudos

Resolved! Hi I am beginning using STM32CUbe IDE and I ant to migrate a Keil uBision project where I have a code calling two ASM functions.

these are the functions__asm void my_strcpy(const char *src, char *dst){loop   LDRB r2, [r0] ; Load byte into r2 from memory pointed to by r0 (src pointer) ADDS r0, #1 ; Increment src pointer   STRB r2, [r1] ; Store byte in r2 into memory pointed ...

HMero.1 by Associate II
  • 931 Views
  • 4 replies
  • 0 kudos