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

Resolved! GPIO alternate write acces? SPI CLK

Hi! Do we have write acces on pin set to alternate function push-pull? Problem: CLK line floats after hal_transmitreceive, pullup helps but distorts clk line.And with pullup there seems to be a glitch at end that slave can detect as fake clock cycle ...

SDS00012.png
oeliks by Senior
  • 2264 Views
  • 8 replies
  • 4 kudos

Resolved! Where is the makefile generated by CubeIDE?

When I build a project I noticed that the command `make -j9 all` is run, which suggests me that there is Makefile somewhere, but it is not in my project folder. Does anybody know  where I can find it? I am working with a Nucleo-F446RE. 

ubaldot by Senior
  • 3391 Views
  • 10 replies
  • 1 kudos

Resolved! stm32c0 enableIT i2c1 and usart1

Hi, here I am facing the problem on I2C interrupt if USART enabled IT, my I2C IT does not work but it work correct if USART does not enable it interrupt. Any setting i missed out?

Hollis_K by Associate III
  • 838 Views
  • 3 replies
  • 0 kudos

Resolved! Change preprocessor values with headless build?

I'm trying to change a preprocessor value when building a project through the command line headless build.I can add a value through the command line using -D MY_VAL=10 which works fine if that value has not previously been defined. But I would like t...

Tom_y by Associate
  • 968 Views
  • 3 replies
  • 1 kudos

Resolved! ADC + DMA stops reading

I have a setup which reads data from 4 step-motors and some sensors over ADC1(CH0, CH1, CH2, CH3), and ADC2(CH0, CH1). The system executes continuous ADC conversions in DMA Mode in the following way:- In the while-loop in the main function, it reads ...

GComes by Associate II
  • 1429 Views
  • 4 replies
  • 0 kudos

HardFault Debug in STM32CubeIDE

Some time ago, I was getting a Hardfault in a STM32F103 baremetal firmware. Even posted the question here, but I wasnt able to fix it. So, I moved to FreeRTOS-CMSIS, not to get rid of the problem, I was moving anyway. I'm still with this issue.I thin...

0690X00000BuhwiQAB.png
rrnicolay by Associate II
  • 7644 Views
  • 11 replies
  • 0 kudos

Resolved! CMSIS DSP and STM32CubeIDE

I hope you are doing well,So I've got a problem which its driving me crazy. I am trying to implement FIR filters in my stm32cubeide proyect by using CMSIS-DSP library, but I gess I am not importing the lib correctly or something, because everytime I ...

malatuni by Associate II
  • 3157 Views
  • 6 replies
  • 4 kudos