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

Resolved! Power Consumption STM32

Hello everyone,I need to get some information about the power consumption of the STM32 Nucleo-64 with STM32F401RE MCU.The board is powered from the computer's USB port.I created a project in which the main while loop is empty, all peripherals are dis...

RTC output crazy setting ?!

I've spent hours searching and debugging why PC13 is "broken", almost gave up.The reason is that the setting in stm32cubeide says on RTC-output is disabled, but still it's on PC13.-This has to be set as "no RTC output" ! Now it's "disabled" or whatev...

MAalt1_0-1712594297936.png MAalt1_1-1712594440183.png
MAalt.1 by Associate
  • 260 Views
  • 0 replies
  • 0 kudos

Prebuild Command Variables in STM32CubeIDE

Hi,I have a prebuild.sh expecting two inputs from the environment. I also have a script.bat that curls in these two inputs, for the prebuild.sh. I linked these two scripts via && in the prebuild command step setting in the IDE. In the build steps com...

DLin3_0-1712588850537.png
DLin.3 by Associate II
  • 462 Views
  • 0 replies
  • 0 kudos

Resolved! NetX Duo BSD integration

Has anyone successfully used the BSD addon for netxduo inside CubeIDE?  I followed the instructions at the top of https://learn.microsoft.com/en-us/azure/rtos/netx/netx-bsd/chapter2 (the #define TX_THREAD_EXTENSION_3 int bsd_errno needed a trailing s...

robmilne by Associate III
  • 1475 Views
  • 4 replies
  • 0 kudos

USB Access

When secure manager is installed, USB is not working. Can you share me the process to activate USB. when secure manager is installed

Hitesh by Associate III
  • 1938 Views
  • 12 replies
  • 5 kudos

NexDuo MQTT Example

Good dayI downloaded the STM32CubeH5-main folder from github. I am using the STM32H563 Processor and need to get MQTT working. It is a custom board and I already managed to import exampled from ST (using "Import STM32Cube example" option).I susccessf...

SDu T by Associate III
  • 605 Views
  • 2 replies
  • 0 kudos

TFCard SDIO HAL_SD_ERROR_REQUEST_NOT_APPLICABLE

STM32Cube_FW_F1_V1.8.5STM32CubeIDE:1.13.2MCU:STM32F103RCT6problem description::::::::SDIO-------- f_mkfs((TCHAR const*)SDPath, 0, 0) or f_open(&SDFile, "STM32.TXT", FA_CREATE_ALWAYS | FA_WRITE|FA_READ) [ff.c 4170] ---->stat = disk_initialize(pdrv);[d...