STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

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