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! Implementing Arduino into CubeIDE

I have already spent hours trying to get the Arduino library working in my CubeIDE (1.12.0 IDE; latest STM32duino; Firmware F3 1.11.4). I set up all the include paths, and changed the arduino stuff, to point to the CubeIDE generated files. I had some...

Tobe by Senior III
  • 4846 Views
  • 6 replies
  • 1 kudos

Resolved! Using timers as perodic software event trigger

Hello!! I'm a total newbie, so sorry for any mistakes, and I would like to ask for simple explanations as well.As title states, I would like to use a timer chosen from TIMx, not as an output on a pin, but rather for software only usage, to do an acti...

I2C Slave “Repeated Start�? Callback?

STM32F105, HCLK=72MHz, HAL Ver 1.1.8.0, SCL = 100KHzIs there a “Repeated Start�? HAL callback? I couldn’t find any direct reference but does the STM32 I2C peripheral know when this occurs and set a status bit somewhere?In my application, I can’t allo...

raymartin by Associate II
  • 1790 Views
  • 3 replies
  • 1 kudos

curl for stm32

Hello, is there a curl library for stm32? If there is a sample video clip it will be helpful for my studies.https://tradermade.com/tutorials/how-to-build-your-first-cpp-rest-api-clientI want to use http request for json file by curl or another way if...

non by Associate III
  • 1191 Views
  • 2 replies
  • 1 kudos

IOC CubeIDE viewer doesn't render in Linux Mint

Sometimes it works, sometimes it doesn't.When I try to open the IOC viewer either the IDE freezes or the view isn't rendered properly, as you can see below. This misbehavior breaks my working flow and makes me waste a lot of time. Any ideas?

Captura de pantalla de 2024-03-07 23-23-07.png
XR.1 by Senior
  • 415 Views
  • 0 replies
  • 0 kudos

RAMT component integration issues

Hello,I am facing issues while integrating RAMT(ram test) component. As per our doc,they are suggesting to add some compiler options COMPILER_OPTIONS_ramt_algo += --diag_suppress=Pe1053 to mute some errors.Already I have added this in the Miscellaneo...

RAMT_issue.PNG

Resolved! How to step in the disassembly view?

I'm trying to debug something at the assembly level (mostly compiled from mix of C).  Once I get to a point in my C code I then jump to some memory address where other code is loaded.  With a breakpoint there I want to open up the disassembly view an...

musmuris by Associate II
  • 3253 Views
  • 1 replies
  • 3 kudos