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 import mbed project on stm32 cubeide?

Hello everyone, this is my firt question, sorry for my error. I have create a little program on mbed online compiler, but now i would import this program on stm32cubeide for use debug. Online i have see some tutorial but they are old and don't work. ...

Why don't user debug scripts work with STM32CubeIDE ?

When I specify a user debug script in STM32CubeIDE debug configuration window I get the error "Provided file doesn't exist" even though it's there. Even if I specify the same text as the "Automated Generation" option I get this error.Is there a worka...

0690X000009YeY2QAK.jpg
dave2012 by Associate III
  • 1092 Views
  • 10 replies
  • 0 kudos

STM32CubeIDE 1.1.0 LL GPIO bug? (stm32g0xx_ll_gpio.h)

Shouldn't these be (Pin * 2U) , or (Pin + Pin)?__STATIC_INLINE void LL_GPIO_SetPinMode(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Mode) { MODIFY_REG(GPIOx->MODER, ((Pin * Pin) * GPIO_MODER_MODE0), ((Pin * Pin) * Mode)); }   __STATIC_INLINE uint32_...

BCoch by Senior
  • 471 Views
  • 1 replies
  • 0 kudos

Resolved! Undefined referenece to error

Hi,from Properties -> Paths and Symbols i added file path to 'Include Directories'. Then, i added my source file and my header file to 'my_libs' which i created under project_name -> Drivers.When i call a function from library i see 'undefined refere...

STM32F303CCT6 OpAmp in STANDALONE mode, gain very low.

Hi all!, I have a electret microphone amplifier (see attached). The circuit works fine with a LM-358, but when I use the internal opamp from a STM32F303, the gain is very low. I use the STM32 opamp in STANDALONE mode. Is ther something I'm missing?I ...

JAlca by Senior
  • 487 Views
  • 0 replies
  • 0 kudos