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

Stm3210C- Eval CAN1 not working (Hard Fault)

I have been wanting to use Hal_CAN library and everytime I use HAL_CAN_AddTxMessage using cube IDE I get an Hard fault. So if anyone has a good CAN bus transmission and recieve Example that would be really helpful.

ASing.11 by Associate II
  • 1085 Views
  • 5 replies
  • 0 kudos

how can I manage my code with cubeIDE

I'm a beginner using stm32 and cubeIDE. I find that having all the setup and functions in one file is a little annoying to navigate - is there a way I can put my functions in a different file, for example? Or what are some way of managing large progr...

deep_rune by Associate III
  • 687 Views
  • 4 replies
  • 0 kudos

Difference between STM32CubeIDE and KEIL

I'm using STM32F103RB with I2C to access BMP280. WIth KEIL the program worked well,But with STM32cubeIDE I got the I2C bus busy always. Could anyone tell me what is wrong?The projects files are attched.

DDong.2 by Associate II
  • 350 Views
  • 0 replies
  • 0 kudos

Hi guys, unfortunately, I did something that I can not spot in my project and it is not compiling anymore. cubmixIDE is saying that: "undefined reference to `HAL_UART_Transmit'" anytime I'm using `HAL_UART_Transmit'.

as people told me, i looked on "makefile" vs last version "makefile" to see any change but i couldnt spot one.I did all necessary "#incuded" on top of the class.I'v attached the problematic part:#include "main.h" #include <string.h> #include <stdboo...

Gbasi.1 by Associate II
  • 602 Views
  • 3 replies
  • 0 kudos

Workaround for GCC LTO Bug

Unfortunately there is a bug regarding the LTO option since GCC 7 until at least GCC 9: https://bugs.launchpad.net/gcc-arm-embedded/+bug/1747966Can you please consider applying the workaround described there?I.e. in the generated Makefile the startup...

jirre.1 by Associate II
  • 809 Views
  • 0 replies
  • 0 kudos