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

How I Could balance interrupt from as7058 and LSM6DSOXTR

Hi to all comunity I've written the function below to reiceve interrupt from as7058 and LSM6DSOXTR but I have many and long periods that I received interrupts from as7058 only.How can I balance the receiving between them?void HAL_GPIO_EXTI_Rising_Cal...

rdl by Associate III
  • 289 Views
  • 2 replies
  • 0 kudos

DEV_TARGET_NOT_HALTED

I have a problem with this part of the code that involves the HAL erase function. I want to calculate the sector address from the block number i, but after execution, I encounter an error during debugging: "target ST-LINK error (DEV_TARGET_NOT_HALTED...

1.png 2.png
amine1 by Associate
  • 322 Views
  • 1 replies
  • 1 kudos

Problem with remore target debugging in cubeide 14

I have problems with remote debugging of an STM32L432 device from STM cube ide ver 1.9 on arch linux.gI can connect and debug with cube with the target directly connected.When i connect to a remote raspberry with the same tarrgeti i get an error: "Co...

pejjo by Associate
  • 889 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeIDE 1.15.1 Update site missing

Ubuntu 23.10After installing STM32CubeIDE 1.15 and checking "Check for updates" there are no site listed.Adding http://sw-center.st.com/stm32cubeide/updatesite1 an update reports: No updates found, then:Unable to read repository at http://sw-center.s...

debugging_0-1715519635395.png debugging_1-1715519665974.png

Resolved! Using FPU in ISR and main() Code

I want to use the FPU in an ISR. Will I have context switching issues or i have to specifically make changes in the System_stmxx.c if i am using code generated from CubeIDE.Do i need to setup these registers explicitly or it is handled by CubeIDE by ...

Trigger the ADC twice preiodically

I want to design an mppt solar charge controller my design is ground isolated and a common positive shared between input and output the problem is I want to take two samples twice periodically on ADC Channel 3  one on rising edge (Output volt) of tim...