STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

Resolved! GPIO pins always high on STM32F405RGT6

Hello!I have an STM32F405RGT6 MCU with a custom PCB. I have some trouble with my GPIO pins as they only seem to be high.  I am using the STM32CubeIDE software and have configured all GPIOs. I having trouble with PA12 and PA15 in particular. See GPIO ...

mathieusteketee_1-1714673847264.png mathieusteketee_2-1714674006691.png mathieusteketee_3-1714674122590.png mathieusteketee_4-1714674305061.png

Resolved! AZRTOS and FTP support

STM32CubeIDEVersion: 1.14.1STM32CubeMX - STM32 Device Configuration ToolVersion: 6.10.0-RC9Build: 20231120-2037 (UTC)OS: Linux (Mint 21)I am trying to add support for FTP support using CubeIDE.  In the Software Packs Component Selector, under Network...

Resolved! callback not getting triggered by 1us timer (TIM5)

HI,I set TIM5 up to trigger every 1us (APB1 42MHz) with the below function and I expect HAL_TIM_PeriodElapsedCallback() to be invoked every 1us but that's not the case. How do I make sure that the callback gets invoked properly?My init function:stati...

debug by Associate III
  • 356 Views
  • 4 replies
  • 1 kudos

configuration

Hi,I now implementing i2c with 1 master (U575ZI-Q) and 3 slave (LK432KC).I confirmed my code. It worked well.but after changed title of the project and deleted some project, it made me confued,, so I made every(1master 3slave) project new. Here is th...

eunni_0-1714758042670.png eunni_1-1714758057098.png eunni_2-1714758125923.png eunni_3-1714758171256.png
eunni by Associate III
  • 593 Views
  • 7 replies
  • 0 kudos

Resolved! Code Generation - USB OTG HS STM32H723ZGT6

Ran into a issue with a fresh blank project, only USB OTG HS turned on. Computer would recognize the usb device but as soon as I would turn any level of optimization on the computer would no longer detect the usb and show it as connected.  I was able...

stm32l051c8 standby mode

hi all currently i am working with stm32l051c8 , using that i can work with standby mode, its not entering to standby mode, can  u guide me any oneif (__HAL_PWR_GET_FLAG(PWR_FLAG_SB) != RESET){__HAL_PWR_CLEAR_FLAG(PWR_FLAG_SB); // clear the flag /** ...